move filesystems to modules
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-label/EFI";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0077" "dmask=0077" ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user