Files
2026-06-24 01:20:56 -06:00

7 lines
195 B
Nix

{
fileSystems."/boot" =
{ device = "/dev/disk/by-label/EFI";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" "x-systemd.automount,x-systemd.idle-timeout=1min" ];
};
}