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" = {