forked from mirrors_public/oddlama_nix-config
fix: fix sire initrd net
This commit is contained in:
parent
0f45dfcc1c
commit
37bf3d0db7
2 changed files with 2 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
|
@ -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" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue