diff --git a/nixos/hardware/machines/lenovo.nix b/nixos/hardware/machines/lenovo.nix index 8eefd74..5748e92 100644 --- a/nixos/hardware/machines/lenovo.nix +++ b/nixos/hardware/machines/lenovo.nix @@ -40,7 +40,7 @@ fsType = "ext4"; }; "/boot" = { - device = "/dev/disk/by-uuid/5669-7EF6"; + device = "/dev/disk/by-uuid/BF2B-9AE0"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; };