Commit 44aee345 authored by Raito Bezarius's avatar Raito Bezarius
Browse files

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

This reverts commit b61919e5.

As it breaks Forgejo who does not support this feature yet.
parent 2db7b837
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -577,7 +577,7 @@ in
      '';

      serviceConfig = {
        Type = "notify";
        Type = "simple";
        User = cfg.user;
        Group = cfg.group;
        WorkingDirectory = cfg.stateDir;