diff --git a/hosts/srv-core/default.nix b/hosts/srv-core/default.nix index 6e44d94..7645421 100644 --- a/hosts/srv-core/default.nix +++ b/hosts/srv-core/default.nix @@ -12,14 +12,7 @@ boot.loader.grub.enable = true; networking = { - overlay = { - address = "10.254.250.6"; - isLighthouse = true; - advertise = { - address = "130.83.103.62"; - port = 47033; - }; - }; + overlay.address = "10.254.250.6"; underlay = { interface = "enp2s0"; cidr = "192.168.0.64/24";