Backup from whitestorm2

This commit is contained in:
asonix 2024-07-11 14:43:12 -05:00
parent cc4321ec81
commit 82a49acb72

View file

@ -780,7 +780,7 @@
selfIp6 = "2001:db8:20::26"; selfIp6 = "2001:db8:20::26";
macAddress = "02:71:18:30:fc:0f"; macAddress = "02:71:18:30:fc:0f";
keyFile = "whitestormKeyFile"; keyFile = "whitestormKeyFile";
# primaryIp = "192.168.20.27"; primaryIp = "192.168.20.27";
}; };
whitestorm2 = makePostgresConfig system { whitestorm2 = makePostgresConfig system {
@ -1097,8 +1097,8 @@
} }
]) ++ (builtins.map db [ ]) ++ (builtins.map db [
{ {
ip = "192.168.20.26"; ip = "192.168.20.27";
name = "whitestorm1"; name = "whitestorm2";
} }
{ {
ip = "192.168.20.24"; ip = "192.168.20.24";
@ -1225,8 +1225,8 @@
} }
]) ++ (builtins.map db [ ]) ++ (builtins.map db [
{ {
ip = "192.168.20.26"; ip = "192.168.20.27";
name = "whitestorm1"; name = "whitestorm2";
} }
{ {
ip = "192.168.20.24"; ip = "192.168.20.24";