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" ]; };