From 248f42ed644e73b9cdd3eb03a1ac06ce07b29f78 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 10 Dec 2021 12:04:06 -0500 Subject: [PATCH] temp(hosts/Infini-STICK): switch UUIDs --- hosts/Infini-STICK/hardware-configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/Infini-STICK/hardware-configuration.nix b/hosts/Infini-STICK/hardware-configuration.nix index a45f0f5..7ee7e29 100644 --- a/hosts/Infini-STICK/hardware-configuration.nix +++ b/hosts/Infini-STICK/hardware-configuration.nix @@ -20,7 +20,10 @@ in fileSystems = let - main = uuid "2a87bd84-c453-4b76-969c-e0653391131e"; + # main = uuid "2a87bd84-c453-4b76-969c-e0653391131e"; + # esp = uuid "0339-DFBA"; + main = uuid "10e03644-e9b8-4f0c-b1e5-42193c2969d1"; + esp = uuid "37A3-9E22"; in { "/" = { @@ -51,7 +54,7 @@ in }; "/boot/efi" = { - device = uuid "0339-DFBA"; + device = esp; fsType = "vfat"; neededForBoot = true; };