So what I’m triying to accomplish is to create a VLAN on the stage 1 of boot so I can connect to my server via ssh and unlock the luks encrypted root. So I wonder if that is possible?
I already have configured the part of unlocking via ssh but I can’t reach the server because I need to put it on a VLAN, if I introduce the luks key physically I can log and reach the internet just fine and also can log via ssh because I configured a VLAN with networking.vlans but I don’t find a way to configure a VLAN on the initrd.
Anyway thanks in advance to this amazing community, I’m loving NixOS so far
Maybe It can be implemented like the ip= definition on boot.kernelParams?
alse how I modify that file on a vm generated from my config to test the changes? I might try to implemented myself and open a pull request when finished.