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
|
||||
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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue