nixos/gitea: use systemd service type notify

This commit is contained in:
h7x4
2025-09-05 15:46:04 +02:00
parent 993a4bbf26
commit 3322199983
+1 -1
View File
@@ -890,7 +890,7 @@ in
'';
serviceConfig = {
Type = "simple";
Type = "notify";
User = cfg.user;
Group = cfg.group;
WorkingDirectory = cfg.stateDir;