tv xu: modernize luks config

This commit is contained in:
tv 2020-06-02 23:32:15 +02:00
parent 8b2a87d7e1
commit 09e620c79b
1 changed files with 1 additions and 3 deletions

View File

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