From d4e0c6daf0ea83b8155b041605958152717fa4a8 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Fri, 21 Mar 2025 10:46:01 +0000 Subject: [PATCH] Corrected encrypted device to be the main partition --- modules/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common.nix b/modules/common.nix index 8cd2ef4..4509915 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -13,7 +13,7 @@ canTouchEfiVariables = true; espDevice = "/dev/sda2"; }; - initrd.luks.devices.cryptroot.device = "/dev/sda2"; + initrd.luks.devices.cryptroot.device = "/dev/sda1"; } fileSystems."/" = {