mirror of
https://github.com/NixOS/nix
synced 2025-07-09 03:43:54 +02:00
Add a setting for enabling cgroups
This commit is contained in:
parent
ff12d1c1a1
commit
67bcb99700
4 changed files with 27 additions and 10 deletions
|
@ -23,7 +23,7 @@ makeTest ({
|
|||
nix.binaryCaches = lib.mkForce [ ];
|
||||
nix.extraOptions =
|
||||
''
|
||||
extra-experimental-features = nix-command auto-allocate-uids
|
||||
extra-experimental-features = nix-command auto-allocate-uids cgroups
|
||||
extra-system-features = uid-range
|
||||
'';
|
||||
nix.nixPath = [ "nixpkgs=${nixpkgs}" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue