1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 12:01:06 +01:00

chore(ful): move IP

This commit is contained in:
2022-05-21 23:06:13 +02:00
parent e9b09a3e67
commit b593f45ec2
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ in {
port = sshPort; port = sshPort;
}; };
ful = { ful = {
hostname = "130.61.209.15"; hostname = "130.61.217.114";
user = "root"; user = "root";
port = sshPort; port = sshPort;
}; };

View File

@@ -122,7 +122,7 @@
host = host =
if name != "ful" if name != "ful"
then "${name}.r" then "${name}.r"
else "130.61.209.15"; else "130.61.217.114";
}; };
}; };
}); });