system: change mount path to partlabel
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = {
|
||||||
device = "/dev/disk/by-uuid/D706-818C";
|
device = "/dev/disk/by-partlabel/EFI";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = [ "fmask=0022" "dmask=0022" "nofail" ];
|
options = [ "fmask=0022" "dmask=0022" "nofail" ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user