Unverified Commit 33221999 authored by h7x4's avatar h7x4
Browse files

nixos/gitea: use systemd service type `notify`

parent 993a4bbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -890,7 +890,7 @@ in
        '';

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