fix: optimus will occupy the same ip address as its predicessor
This commit is contained in:
parent
e9bc5e389b
commit
a0ba2d0903
1 changed files with 2 additions and 6 deletions
|
@ -17,7 +17,7 @@ Notes:
|
||||||
}: let
|
}: let
|
||||||
# name of the server, sets teh hostname and record for it
|
# name of the server, sets teh hostname and record for it
|
||||||
name = "optimus";
|
name = "optimus";
|
||||||
ip_pub = "193.1.99.85";
|
ip_pub = "193.1.99.90";
|
||||||
hostname = "${name}.skynet.ie";
|
hostname = "${name}.skynet.ie";
|
||||||
host = {
|
host = {
|
||||||
ip = ip_pub;
|
ip = ip_pub;
|
||||||
|
@ -39,13 +39,9 @@ in {
|
||||||
|
|
||||||
services.skynet = {
|
services.skynet = {
|
||||||
host = host;
|
host = host;
|
||||||
#backup.enable = true;
|
backup.enable = true;
|
||||||
pelican = {
|
pelican = {
|
||||||
panel.enable = true;
|
panel.enable = true;
|
||||||
wing = {
|
|
||||||
enable = true;
|
|
||||||
node_name = "node01";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue