summaryrefslogtreecommitdiffstats
path: root/lass/2configs/nfs-dl.nix
blob: abbcc1d4269bf6753071a5aa0ad85ec2bab920bf (plain)
1
2
3
4
5
6
7
{
  fileSystems."/mnt/prism" = {
    device = "prism.w:/export";
    fsType = "nfs";
  };
}