not forgejo, rather gitea

This commit is contained in:
mtgmonkey
2025-12-14 00:02:43 +01:00
parent 7ced4dc2fe
commit b0aac26589

View File

@@ -6,7 +6,7 @@
systemd.services.gitea = {
serviceConfig = {
Type = "simple";
ExecStart = "${lib.getExe pkgs.forgejo} -c /etc/gitea/config.ini";
ExecStart = "${lib.getExe pkgs.gitea} -c /etc/gitea/config.ini";
RemainAfterExit = true;
Restart = "always";
RestartMaxDelaySec = "1m";