From 44aee345944600958be579ce34a93844f3fdeeb9 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 22 Jul 2023 16:12:36 +0200 Subject: [PATCH] Revert "nixos/gitea: set service type to `notify`" This reverts commit b61919e5e0b4a6ad12eededfee4af703a9182c4e. As it breaks Forgejo who does not support this feature yet. --- nixos/modules/services/misc/gitea.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/gitea.nix b/nixos/modules/services/misc/gitea.nix index 1005e34d379..b8d2bfe0ffc 100644 --- a/nixos/modules/services/misc/gitea.nix +++ b/nixos/modules/services/misc/gitea.nix @@ -577,7 +577,7 @@ in ''; serviceConfig = { - Type = "notify"; + Type = "simple"; User = cfg.user; Group = cfg.group; WorkingDirectory = cfg.stateDir;