mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +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 = {
|
serviceConfig = {
|
||||||
Type = "notify";
|
Type = "simple";
|
||||||
User = cfg.user;
|
User = cfg.user;
|
||||||
Group = cfg.group;
|
Group = cfg.group;
|
||||||
WorkingDirectory = cfg.stateDir;
|
WorkingDirectory = cfg.stateDir;
|
||||||
|
Loading…
Reference in New Issue
Block a user