This commit is contained in:
Anish Lakhwara
2022-12-07 16:41:19 +10:00
parent 171e53e898
commit 38ded2454c
2 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ in
nix = {
settings = {
sandbox = true;
trusted-users = [ "anish" "root" "@wheel" ];
trusted-users = [ "root" "@wheel" ];
allowed-users = [ "@wheel" ];
auto-optimise-store = true;
system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];