From e6f0da202ef8785c1fb9b4618b189f4bf2101f1f Mon Sep 17 00:00:00 2001 From: jimjam4real Date: Sat, 14 Sep 2024 18:22:56 -0400 Subject: [PATCH] Partition change to Lenovo --- nixos/hardware/machines/lenovo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]; };