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

nixos/polaris: set `Type=notify`

parent b7d3d47f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ in
      wantedBy = [ "multi-user.target" ];

      serviceConfig = rec {
        Type = "notify";
        User = cfg.user;
        Group = cfg.group;
        DynamicUser = true;