From 9e8a3b951aa68e5d43aef082d66d530a240caea1 Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 2 Oct 2024 19:31:15 +0000 Subject: [PATCH] Khanda: update partition UUIDs after reinstall --- hosts/Khanda/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/Khanda/hardware-configuration.nix b/hosts/Khanda/hardware-configuration.nix index 49d14e4..a25cb4e 100644 --- a/hosts/Khanda/hardware-configuration.nix +++ b/hosts/Khanda/hardware-configuration.nix @@ -7,8 +7,8 @@ ... }: let - bootUUID = "B2D7-96C3"; # The UUID of the boot partition. - luksUUID = "f5ff391a-f2ef-4ac3-9ce8-9f5ed950b212"; # The UUID of the locked LUKS partition. + bootUUID = "6579-B6CB"; # The UUID of the boot partition. + luksUUID = "9936b186-96a5-4e43-9aba-0e0a0eb587df"; # The UUID of the locked LUKS partition. in { imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];