diff --git a/flake.nix b/flake.nix index 6d52f169..6b9b49dc 100644 --- a/flake.nix +++ b/flake.nix @@ -55,7 +55,6 @@ # nixos-rebuild switch --flake /etc/nixos#hostname nixosConfigurations = { tower = mkNix [ ./hosts/tower ]; # Main Desktop - kitty = mkNix [ ./hosts/kitty ]; # Dell Optiplex 7010 envy = mkNix [ ./hosts/envy ]; # HP Convertable pear = mkNix [ ./hosts/pear ]; # MacBook Pro @@ -63,6 +62,7 @@ redmond = mkNix [ ./hosts/redmond ]; # Lenovo Dual-Boot midas = mkNix [ ./hosts/midas ]; # Dell Optiplex 5040 + kitty = mkNix [ ./hosts/kitty ]; # Dell Optiplex 7010 prophet = mkNix [ ./hosts/prophet ]; # Oracle Neoverse-N1 }; diff --git a/modules/system/users/main/default.nix b/modules/system/users/main/default.nix index 6d36fbaa..0d969b59 100644 --- a/modules/system/users/main/default.nix +++ b/modules/system/users/main/default.nix @@ -13,7 +13,6 @@ hashedPassword = config.secrets.accPass.main; openssh.authorizedKeys.keyFiles = [ ../../../../hosts/tower/id_ed25519.pub - ../../../../hosts/kitty/id_ed25519.pub ../../../../hosts/envy/id_ed25519.pub ../../../../hosts/pear/id_ed25519.pub @@ -21,6 +20,7 @@ ../../../../hosts/redmond/id_ed25519.pub ../../../../hosts/midas/id_ed25519.pub + ../../../../hosts/kitty/id_ed25519.pub ../../../../hosts/prophet/id_ed25519.pub ]; openssh.authorizedKeys.keys = [