diff --git a/systems/gengetsu/nixos.nix b/systems/gengetsu/nixos.nix index 64a5030f..401f7379 100644 --- a/systems/gengetsu/nixos.nix +++ b/systems/gengetsu/nixos.nix @@ -32,7 +32,7 @@ fsType = "xfs"; }; "/boot" = { - device = "/dev/disk/by-uuid/CA62-7FDF"; + device = "/dev/disk/by-label/boot"; fsType = "vfat"; options = ["fmask=0077" "dmask=0077"]; };