From f901a6ff1d853ae7d09ea27489817b1d559e191c Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 28 Dec 2023 05:27:07 -0500 Subject: [PATCH] Update nullbox/hardware-configuration.nix --- hosts/nullbox/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nullbox/hardware-configuration.nix b/hosts/nullbox/hardware-configuration.nix index 01e0798..cfe6704 100644 --- a/hosts/nullbox/hardware-configuration.nix +++ b/hosts/nullbox/hardware-configuration.nix @@ -26,7 +26,7 @@ }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/F6A5-3128"; + { device = "/dev/disk/by-uuid/F4D6-20B6"; fsType = "vfat"; };