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
|
||||
# name of the server, sets teh hostname and record for it
|
||||
name = "optimus";
|
||||
ip_pub = "193.1.99.85";
|
||||
ip_pub = "193.1.99.90";
|
||||
hostname = "${name}.skynet.ie";
|
||||
host = {
|
||||
ip = ip_pub;
|
||||
|
@ -39,13 +39,9 @@ in {
|
|||
|
||||
services.skynet = {
|
||||
host = host;
|
||||
#backup.enable = true;
|
||||
backup.enable = true;
|
||||
pelican = {
|
||||
panel.enable = true;
|
||||
wing = {
|
||||
enable = true;
|
||||
node_name = "node01";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue