diff --git a/common/boot/remote-luks-unlock.nix b/common/boot/remote-luks-unlock.nix index a706fce..94d55d1 100644 --- a/common/boot/remote-luks-unlock.nix +++ b/common/boot/remote-luks-unlock.nix @@ -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;