enable sandbox
This commit is contained in:
parent
5907d5d811
commit
1ab24c1183
1 changed files with 2 additions and 1 deletions
|
@ -12,13 +12,14 @@
|
|||
auto-optimise-store = true;
|
||||
experimental-features = ["nix-command" "flakes" "auto-allocate-uids" "cgroups" "ca-derivations"];
|
||||
auto-allocate-uids = true;
|
||||
use-cgroups = true;
|
||||
sandbox = true;
|
||||
trusted-substituters = [
|
||||
"https://nix-community.cachix.org/"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
use-cgroups = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue