diff options
-rw-r--r-- | machines/t14/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/t14/default.nix b/machines/t14/default.nix index 6f54611..96937c1 100644 --- a/machines/t14/default.nix +++ b/machines/t14/default.nix @@ -38,6 +38,7 @@ # Allow unfree packages nixpkgs.config.allowUnfree = true; nix.optimise.automatic = true; + nix.settings.trusted-users = [ "@wheel" ]; # Some programs need SUID wrappers, can be configured further or are # started in user sessions. |