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:
parent
9c362a3526
commit
474e1455ee
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue