Compare commits

..
1 Commits
Author SHA1 Message Date
msyds 902d9e4c38 wip: fix(copypary): zotero webdav
build / build (push) Successful in 2m59s
2026-03-27 16:32:59 -06:00
2 changed files with 1 additions and 37 deletions
-2
View File
@@ -77,9 +77,7 @@ in {
};
systemd.user.services.jellyfin-rpc = {
Unit.Requires = [ "jellyfin-rpc-configure.service" ];
Unit.After = [ "jellyfin-rpc-configure.service" ];
Install.WantedBy = [ "default.target" ];
Service.ExecStart = lib.getExe pkgs.jellyfin-rpc;
};
+1 -35
View File
@@ -1,8 +1,6 @@
{ config, lib, pkgs, ... }:
let
cfg = config.sydnix.deertopia.gitea;
commas = lib.concatStringsSep ",";
let cfg = config.sydnix.deertopia.gitea;
in {
options.sydnix.deertopia.gitea = {
enable = lib.mkEnableOption "Gitea";
@@ -64,38 +62,6 @@ in {
DISABLE_REGISTRATION = true;
ENABLE_NOTIFY_MAIL = true;
};
"repository.pull-request" = {
CLOSE_KEYWORDS = commas [
# en
"close" "closes" "closed" "fix" "fixes" "fixed" "resolve"
"resolves" "resolved"
# tok
"pini e"
# ko
"해결" "해결합니다" "해결했다"
"종료" "종료합니다" "중료한다" "중료해" "중료하다"
"수정" "수정했습니다" "중료한다" "중료해" "중료하다"
];
REOPEN_KEYWORDS = commas [
# en
"reopen" "reopens" "reopened"
# tok
"open sin e" "pakala sin e"
"li pakala sin" "li pakalan sin"
# ko
"재개" "재개합니다" "다시 열기" "다시 엽니다" "다시 여다"
"다시 연다"
];
WORK_IN_PROGRESS_PREFIXES = commas [
# en
"WIP:" "[WIP]"
# tok
"pini ala:" "awen pali:"
# ko
"공사 중:" "공사중:" "중:" "[중]" "中:" "[中]"
];
DEFAULT_MERGE_STYLE = "rebase";
};
mailer = {
ENABLED = true;
FROM = "Gitea <no-reply@deertopia.net>";