This commit is contained in:
Zuckerberg 2024-05-26 17:21:34 -06:00
parent a785890990
commit 8e3a0761e8

View File

@ -35,11 +35,6 @@ in
};
config = lib.mkIf cfg.enable {
# boot.initrd.luks.devices.${cfg.device.name} = {
# device = cfg.device.path;
# allowDiscards = cfg.device.allowDiscards;
# };
# Unlock LUKS disk over ssh
boot.initrd.network.enable = true;
boot.initrd.kernelModules = cfg.kernelModules;