From 6d18af2826619e56bb637b16dc7c2e8edd051c41 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Tue, 28 Jun 2016 11:36:55 -0700 Subject: [PATCH] sj laptop: cleanup hw --- configuration/steveej-laptop/hw.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configuration/steveej-laptop/hw.nix b/configuration/steveej-laptop/hw.nix index d285833..9b4c429 100644 --- a/configuration/steveej-laptop/hw.nix +++ b/configuration/steveej-laptop/hw.nix @@ -47,11 +47,6 @@ boot.loader.grub.device = "/dev/sda"; boot.initrd.luks.devices = [ { -# name = "luksSSD2"; -# device = "/dev/disk/by-partuuid/bbcb4838-1f05-4c1a-b014-947d2e536b14"; -# preLVM = true; -# allowDiscards = true; -# } { name = "luksSSD1"; device = "/dev/disk/by-uuid/2274dc28-7a48-4355-bc27-2d73f7a2744e"; preLVM = false;