hosts: updated IP addresses
This commit is contained in:
parent
441452f1f1
commit
38ec5046fb
|
@ -16,7 +16,7 @@
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
deployment.targetHost = "10.42.0.123";
|
deployment.targetHost = "10.42.0.124";
|
||||||
networking.hostName = "brighde"; # A poetess, sage, woman of wisdom, healing
|
networking.hostName = "brighde"; # A poetess, sage, woman of wisdom, healing
|
||||||
|
|
||||||
system.stateVersion = "22.05"; # The version of NixOS originally installed
|
system.stateVersion = "22.05"; # The version of NixOS originally installed
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
boot.loader.grub.device = "/dev/sda";
|
boot.loader.grub.device = "/dev/sda";
|
||||||
|
|
||||||
deployment.targetHost = "10.42.0.124";
|
deployment.targetHost = "10.42.0.127";
|
||||||
networking.hostName = "iolear-beag"; # Define your hostname.
|
networking.hostName = "iolear-beag"; # Define your hostname.
|
||||||
|
|
||||||
system.stateVersion = "18.09"; # The version of NixOS originally installed
|
system.stateVersion = "18.09"; # The version of NixOS originally installed
|
||||||
|
|
Loading…
Reference in a new issue