fuuko: Note that remote unlocking is broken

nazuna
Simon Bruder 2023-04-02 12:16:00 +02:00
parent 68cc1d32d4
commit 67dabb0de5
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@
options gigabyte_wmi force_load=1
'';
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 = {
availableKernelModules = [
"aesni_intel" # hardware crypto for luks