NFS: Difference between revisions

Nh2 (talk | contribs)
add TODO regarding local_lock=all on Nix store
Kvtb (talk | contribs)
ensure nfs utils get installed
Line 79: Line 79:


== Client ==
== Client ==
To ensure the client has the necessary utilities installed, add
<syntaxhighlight lang="nix">
  boot.supportedFilesystems = [ "nfs" ];
</syntaxhighlight>
to your Nix configuration (e.g. <code>configuration.nix</code>) file.


Continuing the server example, mounting the now-exposed ''tomoyo'' share on another box (on a client) is as simple as:
Continuing the server example, mounting the now-exposed ''tomoyo'' share on another box (on a client) is as simple as: