1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Undo boot label and set it back to ESP

This commit is contained in:
RGBCube 2024-06-13 14:22:21 +03:00
parent 9c362a3526
commit 474e1455ee
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -33,7 +33,7 @@ systemConfiguration {
}; };
fileSystems.${config.boot.loader.efi.efiSysMountPoint} = { fileSystems.${config.boot.loader.efi.efiSysMountPoint} = {
device = "/dev/disk/by-label/boot"; device = "/dev/disk/by-label/ESP";
fsType = "vfat"; fsType = "vfat";
options = [ "noatime" ]; options = [ "noatime" ];
}; };