diff --git a/flake.nix b/flake.nix index cd3c0bc..a72dbb5 100644 --- a/flake.nix +++ b/flake.nix @@ -45,6 +45,7 @@ import ./hosts { # Imports ./hosts/default.nix inherit (nixpkgs) lib; inherit inputs nixpkgs nixpkgs-stable nixos-hardware home-manager nur user location agenix jovian-nixos; # Also inherit home-manager so it does not need to be defined here. + nix.allowedUsers = [ "@wheel" ]; } ); };