From 37bf3d0db706e07234ad5d10d3cd3bc7d67067ce Mon Sep 17 00:00:00 2001 From: oddlama Date: Mon, 20 Jan 2025 15:35:51 +0100 Subject: [PATCH] fix: fix sire initrd net --- globals.nix | 2 +- hosts/sire/net.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/globals.nix b/globals.nix index 93cc4eb..5fc7706 100644 --- a/globals.nix +++ b/globals.nix @@ -46,7 +46,7 @@ in }; hosts.sire-samba = { id = 10; - inherit (nodes.sire-samba.config.lib.microvm.interfaces.lan) mac; + inherit (nodes.sire-samba.config.lib.microvm.interfaces.vlan-services) mac; }; }; home = { diff --git a/hosts/sire/net.nix b/hosts/sire/net.nix index dce2bdb..b041575 100644 --- a/hosts/sire/net.nix +++ b/hosts/sire/net.nix @@ -16,6 +16,7 @@ in network = "home-lan.vlans.services"; }; + boot.initrd.availableKernelModules = [ "8021q" ]; boot.initrd.systemd.network = { enable = true; netdevs."30-vlan-home" = {