diff --git a/hosts/nixmox-perseverance/configuration.nix b/hosts/nixmox-perseverance/configuration.nix index c78d4ac..6f4c4fd 100644 --- a/hosts/nixmox-perseverance/configuration.nix +++ b/hosts/nixmox-perseverance/configuration.nix @@ -40,7 +40,7 @@ "10-lan-bridge" = { matchConfig.Name = "br0"; networkConfig = { - Address = ["192.168.1.67/24"]; + Address = ["192.168.1.66/24"]; Gateway = "192.168.1.254"; DNS = ["192.168.1.254"]; IPv6AcceptRA = true;