Reorganize SSH keys

This commit is contained in:
Bun 2025-03-23 12:51:13 -04:00
parent 88da54facd
commit dbebb3630e
2 changed files with 2 additions and 2 deletions

View file

@ -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
};

View file

@ -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 = [