nixos/gitea: use systemd service type notify
This commit is contained in:
@@ -890,7 +890,7 @@ in
|
||||
'';
|
||||
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
Type = "notify";
|
||||
User = cfg.user;
|
||||
Group = cfg.group;
|
||||
WorkingDirectory = cfg.stateDir;
|
||||
|
||||
Reference in New Issue
Block a user