Compare commits
2 commits
a5db3e4223
...
d7d55326e0
Author | SHA1 | Date | |
---|---|---|---|
d7d55326e0 | |||
fc5c79b125 |
1 changed files with 4 additions and 0 deletions
|
@ -113,6 +113,10 @@ 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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue