diff --git a/hosts/cyclone/hardware-configuration.nix b/hosts/cyclone/hardware-configuration.nix index 2b4df30..7e4529a 100644 --- a/hosts/cyclone/hardware-configuration.nix +++ b/hosts/cyclone/hardware-configuration.nix @@ -69,7 +69,7 @@ }; "/boot" = { - device = "/dev/disk/by-uuid/7E20-ABDB"; + device = "/dev/disk/by-uuid/6073-ACA7"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; };