expose storage drive over NFS for the local network
This commit is contained in:
parent
819ac7d913
commit
6a856e8b61
2 changed files with 9 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/export" =
|
||||
fileSystems."/export/storage" =
|
||||
{
|
||||
device = "/storage";
|
||||
options = [ "bind" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue