nixy/nix: enable sandbox
This commit is contained in:
parent
139b48e84b
commit
fb4cf11448
@ -26,6 +26,7 @@
|
|||||||
gc.options = "--delete-older-than 7d";
|
gc.options = "--delete-older-than 7d";
|
||||||
package = pkgs.nixUnstable;
|
package = pkgs.nixUnstable;
|
||||||
settings = {
|
settings = {
|
||||||
|
sandbox = true;
|
||||||
experimental-features = ["nix-command" "flakes"];
|
experimental-features = ["nix-command" "flakes"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user