From e9da2bdac9dd61d29e85bb30bd7c953cc2a85474 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 22 Apr 2020 14:22:39 +0200 Subject: Adapt to 20.03 update --- host/obelix.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'host/obelix.nix') diff --git a/host/obelix.nix b/host/obelix.nix index c922cea..583fbde 100644 --- a/host/obelix.nix +++ b/host/obelix.nix @@ -10,18 +10,19 @@ loader.grub = { enable = true; version = 2; - device = "/dev/sdb"; + device = "/dev/sda"; extraConfig = '' set gfxpayload=1920x1200x32 ''; }; - initrd.luks.devices = [ { - name = "root"; - device = "/dev/disk/by-uuid/6205da24-b1b2-402c-b175-4036e678dea9"; - preLVM = true; - allowDiscards = true; - } ]; + initrd.luks.devices = { + root = { + device = "/dev/disk/by-uuid/6205da24-b1b2-402c-b175-4036e678dea9"; + preLVM = true; + allowDiscards = true; + }; + }; }; networking = { -- cgit v1.2.3