From a2707a94b713e316f9b58faff718d40a54565100 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 13 Dec 2021 22:33:00 -0500 Subject: [PATCH] hosts/Infini-SERVER: switch to latest UUIDs --- hosts/Infini-SERVER/hardware-configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/Infini-SERVER/hardware-configuration.nix b/hosts/Infini-SERVER/hardware-configuration.nix index e72cf62..7cb19d2 100644 --- a/hosts/Infini-SERVER/hardware-configuration.nix +++ b/hosts/Infini-SERVER/hardware-configuration.nix @@ -20,8 +20,8 @@ in fileSystems = let - main = uuid "577db170-141b-4131-8df5-ca5e7b595294"; - esp = uuid "E6C2-3E00"; + main = uuid "07da2051-8c76-42e8-8b89-c5da96bf0cc4"; + esp = uuid "FDF6-B1D7"; in { "/" = { @@ -59,7 +59,7 @@ in }; swapDevices = [ - { device = uuid "d6a57248-e29b-4366-aec6-721a7ddbe2ec"; } + { device = uuid "e5ffc9f3-4dfd-4b9b-81a2-1c583dc90f06"; } ]; powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";