Reorganize SSH keys
This commit is contained in:
parent
88da54facd
commit
dbebb3630e
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,6 @@
|
||||||
# nixos-rebuild switch --flake /etc/nixos#hostname
|
# nixos-rebuild switch --flake /etc/nixos#hostname
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
tower = mkNix [ ./hosts/tower ]; # Main Desktop
|
tower = mkNix [ ./hosts/tower ]; # Main Desktop
|
||||||
kitty = mkNix [ ./hosts/kitty ]; # Dell Optiplex 7010
|
|
||||||
|
|
||||||
envy = mkNix [ ./hosts/envy ]; # HP Convertable
|
envy = mkNix [ ./hosts/envy ]; # HP Convertable
|
||||||
pear = mkNix [ ./hosts/pear ]; # MacBook Pro
|
pear = mkNix [ ./hosts/pear ]; # MacBook Pro
|
||||||
|
@ -63,6 +62,7 @@
|
||||||
redmond = mkNix [ ./hosts/redmond ]; # Lenovo Dual-Boot
|
redmond = mkNix [ ./hosts/redmond ]; # Lenovo Dual-Boot
|
||||||
|
|
||||||
midas = mkNix [ ./hosts/midas ]; # Dell Optiplex 5040
|
midas = mkNix [ ./hosts/midas ]; # Dell Optiplex 5040
|
||||||
|
kitty = mkNix [ ./hosts/kitty ]; # Dell Optiplex 7010
|
||||||
prophet = mkNix [ ./hosts/prophet ]; # Oracle Neoverse-N1
|
prophet = mkNix [ ./hosts/prophet ]; # Oracle Neoverse-N1
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
hashedPassword = config.secrets.accPass.main;
|
hashedPassword = config.secrets.accPass.main;
|
||||||
openssh.authorizedKeys.keyFiles = [
|
openssh.authorizedKeys.keyFiles = [
|
||||||
../../../../hosts/tower/id_ed25519.pub
|
../../../../hosts/tower/id_ed25519.pub
|
||||||
../../../../hosts/kitty/id_ed25519.pub
|
|
||||||
|
|
||||||
../../../../hosts/envy/id_ed25519.pub
|
../../../../hosts/envy/id_ed25519.pub
|
||||||
../../../../hosts/pear/id_ed25519.pub
|
../../../../hosts/pear/id_ed25519.pub
|
||||||
|
@ -21,6 +20,7 @@
|
||||||
../../../../hosts/redmond/id_ed25519.pub
|
../../../../hosts/redmond/id_ed25519.pub
|
||||||
|
|
||||||
../../../../hosts/midas/id_ed25519.pub
|
../../../../hosts/midas/id_ed25519.pub
|
||||||
|
../../../../hosts/kitty/id_ed25519.pub
|
||||||
../../../../hosts/prophet/id_ed25519.pub
|
../../../../hosts/prophet/id_ed25519.pub
|
||||||
];
|
];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue