From b2e383abdc1e483d2913eb08950d1343a792659a Mon Sep 17 00:00:00 2001 From: tbarnouin Date: Tue, 17 Sep 2024 18:38:40 +0200 Subject: [PATCH] Fix second hypervisor --- hosts/nixmox-perseverance/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;