Add trusted users

This commit is contained in:
Alexander Wainwright 2026-04-11 13:02:57 +10:00
parent 2ede41bb36
commit 2165edef40

View file

@ -49,6 +49,7 @@
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;
trusted-users = [ "root" "alex" ];
};
nix.gc = {