kommode/gitea: fix dump command

This commit is contained in:
h7x4
2026-05-21 17:54:54 +09:00
parent 8b483a92f8
commit 5d6c153007

View File

@@ -226,7 +226,7 @@ in {
# Logs are stored in the systemd journal
skip-log = true;
};
in lib.mkForce "${lib.getExe cfg.package} ${args}";
in lib.mkForce "${lib.getExe cfg.package} dump ${args}";
# Only keep n backup files at a time
postStop = let