fix: fix sire initrd net

This commit is contained in:
oddlama 2025-01-20 15:35:51 +01:00
parent 0f45dfcc1c
commit 37bf3d0db7
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -16,6 +16,7 @@ in
network = "home-lan.vlans.services";
};
boot.initrd.availableKernelModules = [ "8021q" ];
boot.initrd.systemd.network = {
enable = true;
netdevs."30-vlan-home" = {