NFS: Difference between revisions

imported>Lschuermann
`options` attribute in `fileSystems` needs to be a list of strings
imported>Makefu
options are a list of strings now
Line 71: Line 71:
{
{
   # ...
   # ...
   options = ["x-systemd.automount,noauto"];
   options = ["x-systemd.automount" "noauto"];
}
}
</syntaxhighlight>
</syntaxhighlight>