Compare commits
2 commits
8c76790d0d
...
2c779fbd38
Author | SHA1 | Date | |
---|---|---|---|
2c779fbd38 | |||
68619bbb1c |
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