Change owl hostnames
This commit is contained in:
parent
2e95281af5
commit
fba0f7b739
@ -7,7 +7,7 @@
|
|||||||
boot.loader.grub.device = "/dev/disk/by-id/wwn-0x55cd2e414d53566c";
|
boot.loader.grub.device = "/dev/disk/by-id/wwn-0x55cd2e414d53566c";
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "xeon01";
|
hostName = "owl1";
|
||||||
interfaces.eno1.ipv4.addresses = [ {
|
interfaces.eno1.ipv4.addresses = [ {
|
||||||
address = "10.0.40.1";
|
address = "10.0.40.1";
|
||||||
prefixLength = 24;
|
prefixLength = 24;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#programs.ssh.setXAuthLocation = lib.mkForce true;
|
#programs.ssh.setXAuthLocation = lib.mkForce true;
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "xeon02";
|
hostName = "owl2";
|
||||||
interfaces.eno1.ipv4.addresses = [ {
|
interfaces.eno1.ipv4.addresses = [ {
|
||||||
address = "10.0.40.2";
|
address = "10.0.40.2";
|
||||||
prefixLength = 24;
|
prefixLength = 24;
|
||||||
|
Loading…
Reference in New Issue
Block a user