Rename some hostnames
This commit is contained in:
parent
bbf0696221
commit
17f2a16f48
51 changed files with 175 additions and 281 deletions
13
flake.nix
13
flake.nix
|
@ -74,17 +74,16 @@
|
|||
in {
|
||||
# nixos-rebuild switch --flake /etc/nixos#hostname
|
||||
nixosConfigurations = {
|
||||
firefly = mkNix [ ./hosts/firefly ]; # Main Desktop
|
||||
detritus = mkNix [ ./hosts/detritus ]; # Acer Desktop
|
||||
tower = mkNix [ ./hosts/tower ]; # Main Desktop
|
||||
|
||||
shuttle = mkNix [ ./hosts/shuttleworth ]; # Pinebook Pro
|
||||
lacros = mkNix [ ./hosts/lacros ]; # Dell Chromebook
|
||||
redmond = mkNix [ ./hosts/redmond ]; # Lenovo Dual-Boot Laptop
|
||||
treefruit = mkNix [ ./hosts/treefruit ]; # Macbook Pro 14,1
|
||||
leash = mkNix [ ./hosts/leash ]; # Portable Hard-Drive
|
||||
pomme = mkNix [ ./hosts/treefruit ]; # Macbook Pro 14,1
|
||||
extern = mkNix [ ./hosts/extern ]; # Portable Hard-Drive
|
||||
|
||||
cyberspark = mkNix [ ./hosts/cyberspark ]; # Dell Optiplex 7010
|
||||
bomberman = mkNix [ ./hosts/bomberman ]; # Oracle ARM
|
||||
kitty = mkNix [ ./hosts/kitty ]; # Dell Optiplex 7010
|
||||
xenia = mkNix [ ./hosts/xenia ]; # Acer Veriton X2611G
|
||||
prophet = mkNix [ ./hosts/prophet ]; # Oracle Neoverse-N1
|
||||
};
|
||||
|
||||
# home-manager switch --flake /etc/nixos#username
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue