tv nomic: modernize luks config

This commit is contained in:
tv 2020-06-04 18:00:21 +02:00
parent 09c8cddd46
commit 670f6ac480
1 changed files with 1 additions and 3 deletions

View File

@ -17,9 +17,7 @@ with import <stockholm/lib>;
boot.initrd.luks = {
cryptoModules = [ "aes" "sha512" "xts" ];
devices = [
{ name = "luks1"; device = "/dev/sda2"; }
];
devices.luks1.device = "/dev/sda2";
};
# Don't use UEFI because current disk was partitioned/formatted for AO753.