From 1383ff00447b9946d81a0f36cd650827810486c9 Mon Sep 17 00:00:00 2001 From: zuckerberg Date: Wed, 30 Jun 2021 16:37:31 -0400 Subject: [PATCH] grow /boot partition --- machines/ray/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/ray/hardware-configuration.nix b/machines/ray/hardware-configuration.nix index b5c977d..b92a90e 100644 --- a/machines/ray/hardware-configuration.nix +++ b/machines/ray/hardware-configuration.nix @@ -26,7 +26,7 @@ }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/8C47-F740"; + { device = "/dev/disk/by-uuid/4CD3-6ED6"; fsType = "vfat"; };