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