diff options
author | tv <tv@krebsco.de> | 2020-06-16 23:30:14 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-06-16 23:30:14 +0200 |
commit | ba6470aa63a5ca5a19d4d58b83795be11eab9df3 (patch) | |
tree | eb4cb630e4721090436d7bf14adf64ee899ffbff /tv/1systems | |
parent | 8f21d4aa23566070a3f83b09f5d77b5b32117906 (diff) |
tv alnus: fix typo
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/alnus/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/1systems/alnus/config.nix b/tv/1systems/alnus/config.nix index d91699d..66bd52a 100644 --- a/tv/1systems/alnus/config.nix +++ b/tv/1systems/alnus/config.nix @@ -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"; }; }; |