Unverified Commit b61919e5 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

nixos/gitea: set service type to `notify`

parent b8a8e973
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -577,7 +577,7 @@ in
      '';

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