enable cgroups
This commit is contained in:
parent
02e821bcce
commit
b4aeedd5b7
1 changed files with 2 additions and 0 deletions
|
|
@ -2,8 +2,10 @@
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"auto-allocate-uids"
|
"auto-allocate-uids"
|
||||||
|
"cgroups"
|
||||||
];
|
];
|
||||||
auto-allocate-uids = true;
|
auto-allocate-uids = true;
|
||||||
system-features = [ "uid-range" ];
|
system-features = [ "uid-range" ];
|
||||||
|
use-cgroups = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue