tv xu: modernize luks config
This commit is contained in:
parent
8b2a87d7e1
commit
09e620c79b
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user