Compare commits

..

2 commits

View file

@ -113,10 +113,6 @@ let
experimental-features = [ "cgroups" ]; experimental-features = [ "cgroups" ];
use-cgroups = true; use-cgroups = true;
}; };
systemd.services.nix-daemon.serviceConfig = {
Delegate = "yes";
DelegateSubgroup = "supervisor";
};
}; };
darwinConfig = lib.optionalAttrs (!isLinux) { darwinConfig = lib.optionalAttrs (!isLinux) {