Revert "nixos/gitea: set service type to notify"

This reverts commit b61919e5e0.

As it breaks Forgejo who does not support this feature yet.
This commit is contained in:
Raito Bezarius 2023-07-22 16:12:36 +02:00
parent 2db7b83740
commit 44aee34594

View file

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