From 8e3a0761e8ab39b2db7fee324f3f3572cb79d203 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 26 May 2024 17:21:34 -0600 Subject: [PATCH] Clean up --- common/boot/remote-luks-unlock.nix | 5 ----- 1 file changed, 5 deletions(-) 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;