From f8d3ab8602bbb22921ad389fdcba7a655b211f84 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 16 Jun 2020 23:30:14 +0200 Subject: tv alnus: fix typo --- tv/1systems/alnus/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tv/1systems/alnus/config.nix b/tv/1systems/alnus/config.nix index d91699df..66bd52ab 100644 --- a/tv/1systems/alnus/config.nix +++ b/tv/1systems/alnus/config.nix @@ -12,7 +12,7 @@ with import ; initrd = { availableKernelModules = [ "ahci" ]; luks.cryptoModules = [ "aes" "sha512" "xts" ]; - luks.devices.luksroot.devices = "/dev/sda2"; + luks.devices.luksroot.device = "/dev/sda2"; }; }; -- cgit v1.2.3