Change owl hostnames

This commit is contained in:
Rodrigo Arias 2023-06-16 11:42:39 +02:00
parent 2e95281af5
commit fba0f7b739
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
boot.loader.grub.device = "/dev/disk/by-id/wwn-0x55cd2e414d53566c";
networking = {
hostName = "xeon01";
hostName = "owl1";
interfaces.eno1.ipv4.addresses = [ {
address = "10.0.40.1";
prefixLength = 24;

View File

@ -12,7 +12,7 @@
#programs.ssh.setXAuthLocation = lib.mkForce true;
networking = {
hostName = "xeon02";
hostName = "owl2";
interfaces.eno1.ipv4.addresses = [ {
address = "10.0.40.2";
prefixLength = 24;