system: change mount path to partlabel

This commit is contained in:
2025-07-19 02:31:35 +03:00
parent 16bb1d1ee0
commit 6c7b897c8d
+1 -1
View File
@@ -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" ];
}; };