Rename xeon08 to eudy

From Eudyptula, a little penguin.
This commit is contained in:
Rodrigo Arias 2023-06-16 17:16:05 +02:00
parent 4e9409db10
commit c916157fcc
12 changed files with 6 additions and 6 deletions

View File

@ -16,10 +16,10 @@ let
in
{
nixosConfigurations = {
hut = mkConf "hut";
owl1 = mkConf "owl1";
owl2 = mkConf "owl2";
xeon08 = mkConf "xeon08";
hut = mkConf "hut";
owl1 = mkConf "owl1";
owl2 = mkConf "owl2";
eudy = mkConf "eudy";
};
packages.x86_64-linux.hut = self.nixosConfigurations.hut.pkgs;

View File

@ -78,7 +78,7 @@
10.0.40.107 xeon07-ipmi0
# Node Entry for node: xeon08 (ID=22)
10.0.40.8 xeon08 xeon08-eth0
10.0.40.8 xeon08 xeon08-eth0 eudy
10.0.42.8 xeon08-ib0
10.0.40.108 xeon08-ipmi0
'';

View File

@ -24,7 +24,7 @@
# set up both ethernet and infiniband ips
networking = {
hostName = "xeon08";
hostName = "eudy";
interfaces.eno1.ipv4.addresses = [ {
address = "10.0.40.8";
prefixLength = 24;