diff --git a/hosts/sputnik/hardware-configuration.nix b/hosts/sputnik/hardware-configuration.nix index e2f8200..064ae5a 100644 --- a/hosts/sputnik/hardware-configuration.nix +++ b/hosts/sputnik/hardware-configuration.nix @@ -19,7 +19,7 @@ }; fileSystems."/boot" = - { device = "/dev/disk/by-label/ESP"; + { device = "/dev/disk/by-uuid/9AA3-DC16"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; };