tv zu: modernize luks config

This commit is contained in:
tv 2020-06-04 17:30:22 +02:00
parent 73e17dfed0
commit 09c8cddd46
1 changed files with 1 additions and 3 deletions

View File

@ -18,9 +18,7 @@ with import <stockholm/lib>;
boot.initrd.luks = {
cryptoModules = [ "aes" "sha512" "xts" ];
devices = [
{ name = "zuca"; device = "/dev/sda2"; }
];
devices.zuca.device = "/dev/sda2";
};
fileSystems = {