This commit is contained in:
Sojus07
2025-04-02 15:16:52 +02:00
parent 4747ba1c58
commit 160ea2abc7

View File

@ -19,7 +19,7 @@
};
fileSystems."/boot" =
{ device = "/dev/disk/by-label/ESP";
{ device = "/dev/disk/by-uuid/9AA3-DC16";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};