nixos/gitea: set service type to notify

This commit is contained in:
Maximilian Bosch 2023-07-20 22:20:43 +02:00
parent b8a8e973b0
commit b61919e5e0
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A

View file

@ -577,7 +577,7 @@ in
'';
serviceConfig = {
Type = "simple";
Type = "notify";
User = cfg.user;
Group = cfg.group;
WorkingDirectory = cfg.stateDir;