expose storage drive over NFS for the local network

This commit is contained in:
Haak Saxberg 2022-08-09 22:45:33 -07:00
parent 819ac7d913
commit 6a856e8b61
2 changed files with 9 additions and 1 deletions

View file

@ -26,7 +26,7 @@
fsType = "zfs";
};
fileSystems."/export" =
fileSystems."/export/storage" =
{
device = "/storage";
options = [ "bind" ];