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