From b4d1f05d258b8f98081bad838af493b4ea002ed4 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 9 Dec 2021 21:48:40 -0500 Subject: [PATCH] fix(hosts/Infini-STICK): correct ESP UUID --- hosts/Infini-STICK/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-STICK/hardware-configuration.nix b/hosts/Infini-STICK/hardware-configuration.nix index bf0c340..abc5f50 100644 --- a/hosts/Infini-STICK/hardware-configuration.nix +++ b/hosts/Infini-STICK/hardware-configuration.nix @@ -51,7 +51,7 @@ in }; "/boot/efi" = { - device = uuid "3FC9-0182"; + device = uuid "0339-DFBA"; fsType = "vfat"; neededForBoot = true; };