tv alnus: fix typo

This commit is contained in:
tv 2020-06-16 23:30:14 +02:00
parent 6d21d74376
commit f8d3ab8602
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ with import <stockholm/lib>;
initrd = {
availableKernelModules = [ "ahci" ];
luks.cryptoModules = [ "aes" "sha512" "xts" ];
luks.devices.luksroot.devices = "/dev/sda2";
luks.devices.luksroot.device = "/dev/sda2";
};
};