1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

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 = { hosts.sire-samba = {
id = 10; id = 10;
inherit (nodes.sire-samba.config.lib.microvm.interfaces.lan) mac; inherit (nodes.sire-samba.config.lib.microvm.interfaces.vlan-services) mac;
}; };
}; };
home = { home = {

View file

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