From 049cb533faa20efd643db8d018d671cf76d1e948 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Sat, 18 Jan 2025 14:22:54 +0200 Subject: [PATCH] Changed EFI uuid after I deleted the 100MB one and then created a new 1GB one --- hosts/kyren-laptop/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kyren-laptop/hardware-configuration.nix b/hosts/kyren-laptop/hardware-configuration.nix index ac755f7..5dbd889 100644 --- a/hosts/kyren-laptop/hardware-configuration.nix +++ b/hosts/kyren-laptop/hardware-configuration.nix @@ -19,7 +19,7 @@ }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/6051-DAFB"; + { device = "/dev/disk/by-uuid/4E6C-E7AD"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; };