If enabling luks on initrd, also adding cryptsetup to system packages. I think it's useful.

svn path=/nixos/trunk/; revision=32910
This commit is contained in:
Lluís Batlle i Rossell 2012-03-08 20:49:26 +00:00
parent e97817b577
commit 98dde13782

View file

@ -104,5 +104,7 @@ in
boot.initrd.preLVMCommands = concatMapStrings openCommand preLVM;
boot.initrd.postDeviceCommands = concatMapStrings openCommand postLVM;
environment.systemPackages = [ pkgs.cryptsetup ];
};
}