diff --git a/nixos/modules/user.nix b/nixos/modules/user.nix index 35885e7..35d0fa2 100644 --- a/nixos/modules/user.nix +++ b/nixos/modules/user.nix @@ -31,4 +31,6 @@ ]; }; }; + + nix.settings.trusted-users = ["nathan"]; }