commit 7f087c97f774cda4011dedb2a3a5478578368ce2
parent 11b5d287dbcd4338e70cfbb7528ae1a03d32be1d
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 26 Aug 2023 23:22:03 +0200
Setup custom ips for floating multicast
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -146,7 +146,7 @@
floating1 = {
enable = true;
name = "floating1";
- address = [ "192.0.0.1/32" ];
+ address = [ "192.0.12.2/32" ];
matchConfig = {
Name = "floating1";
};