mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
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:
parent
2db7b83740
commit
44aee34594
@ -577,7 +577,7 @@ in
|
||||
'';
|
||||
|
||||
serviceConfig = {
|
||||
Type = "notify";
|
||||
Type = "simple";
|
||||
User = cfg.user;
|
||||
Group = cfg.group;
|
||||
WorkingDirectory = cfg.stateDir;
|
||||
|
Loading…
Reference in New Issue
Block a user