From e78a99c35b046aeebbae8213321d3181cd908d4f Mon Sep 17 00:00:00 2001 From: obadz Date: Thu, 26 May 2016 04:00:58 +0100 Subject: [PATCH] nixos/tests/installer.nix: nixos-generate-config detects LUKS since a7baec7 Fixes nix-build '' -A tests.installer.luksroot.x86_64-linux --- nixos/tests/installer.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index 866f9882536..3fdf6510953 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -360,13 +360,8 @@ in { "mount LABEL=boot /mnt/boot", ); ''; - # XXX: Currently, generate-config doesn't detect LUKS yet. extraConfig = '' boot.kernelParams = lib.mkAfter [ "console=tty0" ]; - boot.initrd.luks.devices.cryptroot = { - device = "/dev/vda3"; - preLVM = true; - }; ''; enableOCR = true; preBootCommands = ''