From 1304a6ad833bba68c321bb57be72166f5e7f6326 Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 5 Sep 2024 20:24:12 -0400 Subject: [PATCH] Hevana: fix partition UUIDs --- hosts/Hevana/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/Hevana/hardware-configuration.nix b/hosts/Hevana/hardware-configuration.nix index 25231f7..da4baf7 100644 --- a/hosts/Hevana/hardware-configuration.nix +++ b/hosts/Hevana/hardware-configuration.nix @@ -1,8 +1,8 @@ # Minisforum UM340 { modulesPath, ... }: let - bootUUID = "0120-A755"; # The UUID of the boot partition. - luksUUID = "2c76c660-3573-4622-8771-f23fa7ee302a"; # The UUID of the locked LUKS partition. + bootUUID = "D2E7-FE8F"; # The UUID of the boot partition. + luksUUID = "7b9c756c-ba9d-43fc-b935-7c77a70f5f1b"; # The UUID of the locked LUKS partition. in { imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];