feat: enable sandboxing

This commit is contained in:
etwas 2025-05-18 09:05:45 +02:00
parent b568f6c96e
commit 863cf3ae57
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -1,5 +1,10 @@
{
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
nix.settings.sandbox = true;
}