fuuko: Note that remote unlocking is broken
This commit is contained in:
parent
68cc1d32d4
commit
67dabb0de5
|
@ -13,7 +13,10 @@
|
|||
options gigabyte_wmi force_load=1
|
||||
'';
|
||||
supportedFilesystems = [ "btrfs" ];
|
||||
kernelParams = [ "ip=dhcp" ];
|
||||
# FIXME this doesn’t 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
|
||||
|
|
Loading…
Reference in a new issue