From 925499b9c55dafeafe75256976cf59cca3c1b4c5 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 3 Oct 2023 22:45:31 -0400 Subject: [PATCH] fix: reformat efi partition and give label --- nixos/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix index a10340e1..97ea7bfc 100644 --- a/nixos/hardware-configuration.nix +++ b/nixos/hardware-configuration.nix @@ -19,7 +19,7 @@ boot.initrd.luks.devices."root".device = "/dev/disk/by-uuid/ab82b477-2477-453f-b95f-28e5553ad10d"; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/F6E1-006D"; + device = "/dev/disk/by-label/NIXBOOT"; fsType = "vfat"; };