feat: add more nix config entries

This commit is contained in:
Naxdy 2025-06-05 19:20:47 +02:00
parent 03eb98ca7e
commit 6b637ea17c
Signed by: Naxdy
GPG key ID: CC15075846BCE91B

View file

@ -67,8 +67,11 @@
name = "nix.conf";
destination = "/etc/nix/nix.conf";
text = ''
auto-optimise-store = true
accept-flake-config = true
experimental-features = nix-command flakes ca-derivations
sandbox = true
sandbox-fallback = false
'';
})
]