singledisk changes

This commit is contained in:
Mohamed Chrayed
2026-03-03 13:33:59 +01:00
parent 75242e526c
commit cba15588f8

View File

@@ -6,7 +6,7 @@
};
fileSystems."/boot" = {
device = "/dev/disk/by-label/BOOT";
device = "/dev/disk/by-label/boot";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};