8 lines
170 B
Nix
8 lines
170 B
Nix
{
|
|
# using cgroups for the nix sandbox is a bit slower, but more secure
|
|
nix.settings.use-cgroups = true;
|
|
nix.settings.experimental-features = [
|
|
"cgroups"
|
|
];
|
|
}
|