7 lines
145 B
Nix
7 lines
145 B
Nix
{
|
|
fileSystems."/boot" =
|
|
{ device = "/dev/disk/by-label/EFI";
|
|
fsType = "vfat";
|
|
options = [ "fmask=0077" "dmask=0077" ];
|
|
};
|
|
} |