From 474e1455eeb385a260a326b38a19856bd3c2da11 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 13 Jun 2024 14:22:21 +0300 Subject: [PATCH] Undo boot label and set it back to ESP --- hosts/enka/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/enka/hardware.nix b/hosts/enka/hardware.nix index 6530b8d..8b33753 100644 --- a/hosts/enka/hardware.nix +++ b/hosts/enka/hardware.nix @@ -33,7 +33,7 @@ systemConfiguration { }; fileSystems.${config.boot.loader.efi.efiSysMountPoint} = { - device = "/dev/disk/by-label/boot"; + device = "/dev/disk/by-label/ESP"; fsType = "vfat"; options = [ "noatime" ]; };