tv wu: modernize luks config
This commit is contained in:
parent
1561056234
commit
8ae780cf26
@ -18,9 +18,7 @@ with import <stockholm/lib>;
|
||||
|
||||
boot.initrd.luks = {
|
||||
cryptoModules = [ "aes" "sha512" "xts" ];
|
||||
devices = [
|
||||
{ name = "wuca"; device = "/dev/sda2"; }
|
||||
];
|
||||
devices.wuca.device = "/dev/sda2";
|
||||
};
|
||||
|
||||
fileSystems = {
|
||||
|
Loading…
Reference in New Issue
Block a user