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
|
@ -16,6 +16,7 @@ in
|
|||
network = "home-lan.vlans.services";
|
||||
};
|
||||
|
||||
boot.initrd.availableKernelModules = [ "8021q" ];
|
||||
boot.initrd.systemd.network = {
|
||||
enable = true;
|
||||
netdevs."30-vlan-home" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue