From d4362854233b9045b1bbca5a867c922db15e378b Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Tue, 13 Jun 2023 07:05:29 -0400 Subject: [PATCH] Change UUID of boot partition and set neededForBoot=false --- machines/cj/hardware-configuration-zfs.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machines/cj/hardware-configuration-zfs.nix b/machines/cj/hardware-configuration-zfs.nix index 40847f7..745b142 100644 --- a/machines/cj/hardware-configuration-zfs.nix +++ b/machines/cj/hardware-configuration-zfs.nix @@ -28,8 +28,9 @@ }; fileSystems."/boot" = { - device = "/dev/disk/by-partuuid/e7ebac1e-eb4c-4a7d-8893-49a95f6014d4"; + device = "/dev/disk/by-partuuid/bfe1047f-b850-8745-80fb-f671ffe91387"; fsType = "vfat"; + neededForBoot = false; }; fileSystems."/nix" =