From cf821818588cea5d6def53a950fe04f269d1f1ad Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 22 Apr 2025 12:58:42 +0800 Subject: [PATCH] update apollo harware-conf --- profiles/apollo/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/apollo/hardware-configuration.nix b/profiles/apollo/hardware-configuration.nix index f6d40aa..ec90096 100644 --- a/profiles/apollo/hardware-configuration.nix +++ b/profiles/apollo/hardware-configuration.nix @@ -19,7 +19,7 @@ }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/7C34-E13E"; + { device = "/dev/disk/by-uuid/FE53-DFFA"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; };