fuuko: Note that remote unlocking is broken

This commit is contained in:
Simon Bruder 2023-04-02 12:16:00 +02:00
parent 68cc1d32d4
commit 67dabb0de5
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -13,7 +13,10 @@
options gigabyte_wmi force_load=1 options gigabyte_wmi force_load=1
''; '';
supportedFilesystems = [ "btrfs" ]; supportedFilesystems = [ "btrfs" ];
kernelParams = [ "ip=dhcp" ]; # FIXME this doesnt work because (AFAIK) there is no VLAN support in the ip= parameter
kernelParams = [
(with config.systemd.network.networks; "ip=${lib.elemAt lan.address 0}::::${config.networking.hostName}:${physical.name}")
];
initrd = { initrd = {
availableKernelModules = [ availableKernelModules = [
"aesni_intel" # hardware crypto for luks "aesni_intel" # hardware crypto for luks