From 5a49882384611c5bd5aa6d6b44314d0344512f07 Mon Sep 17 00:00:00 2001 From: tbarnouin Date: Tue, 17 Sep 2024 18:08:32 +0200 Subject: [PATCH] Fix second hypervisor --- hosts/nixmox-perseverance/configuration.nix | 2 +- hosts/nixmox-perseverance/hardware-configuration.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/nixmox-perseverance/configuration.nix b/hosts/nixmox-perseverance/configuration.nix index 6f4c4fd..c78d4ac 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.66/24"]; + Address = ["192.168.1.67/24"]; Gateway = "192.168.1.254"; DNS = ["192.168.1.254"]; IPv6AcceptRA = true; diff --git a/hosts/nixmox-perseverance/hardware-configuration.nix b/hosts/nixmox-perseverance/hardware-configuration.nix index ac4db20..08aa2b7 100644 --- a/hosts/nixmox-perseverance/hardware-configuration.nix +++ b/hosts/nixmox-perseverance/hardware-configuration.nix @@ -38,6 +38,7 @@ device = "/dev/disk/by-label/ESP"; fsType = "vfat"; }; + "/var/lib/microvms" = { device = "/dev/vdb1"; fsType = "ext4";