diff --git a/modules/cli/nix.nix b/modules/cli/nix.nix index 9f6353a..c1792af 100644 --- a/modules/cli/nix.nix +++ b/modules/cli/nix.nix @@ -9,5 +9,7 @@ dates = "weekly"; }; optimise.automatic = true; + + settings.trusted-users = [ "root" "@wheel" ]; }; }