This commit is contained in:
Tao Tien 2025-03-12 19:47:31 -07:00
parent 55178920cd
commit aa6715fcbd
2 changed files with 4 additions and 1 deletions

View file

@ -168,7 +168,8 @@
nix.settings = {
experimental-features = "nix-command flakes";
auto-optimise-store = true;
trusted-users = ["root" "@wheel"];
# adding logged in users allows for passwordless root
# trusted-users = ["root"];
system-features = [
"benchmark"
"big-parallel"