nixy/nix: enable sandbox

This commit is contained in:
2023-10-30 23:58:49 +01:00
parent 139b48e84b
commit fb4cf11448

View File

@@ -26,6 +26,7 @@
gc.options = "--delete-older-than 7d";
package = pkgs.nixUnstable;
settings = {
sandbox = true;
experimental-features = ["nix-command" "flakes"];
};
};