From 02857ca0f9ec70821b9c45ec5b925a5ae7634051 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Wed, 28 Aug 2024 23:33:43 -0500 Subject: [PATCH] Adjust EFI partition UUID A reinstall occured. Oops! --- hosts/cyclone/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/cyclone/hardware-configuration.nix b/hosts/cyclone/hardware-configuration.nix index 2b4df30..7e4529a 100644 --- a/hosts/cyclone/hardware-configuration.nix +++ b/hosts/cyclone/hardware-configuration.nix @@ -69,7 +69,7 @@ }; "/boot" = { - device = "/dev/disk/by-uuid/7E20-ABDB"; + device = "/dev/disk/by-uuid/6073-ACA7"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; };