switching all smb to nfs
This commit is contained in:
parent
68c5ca2ce7
commit
0b53ae3b9c
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@
|
||||||
server = {
|
server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
exports = ''
|
exports = ''
|
||||||
/mnt/shares/import *(rw,fsid=0,no_subtree_check,nohide,insecure,crossmnt)
|
/export/import *(rw,fsid=0,no_subtree_check,nohide,insecure,crossmnt)
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue