Server/nfs: add nfs root
This commit is contained in:
parent
85ccce45b9
commit
a826c532e5
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
services = {
|
||||
nfs.server = {
|
||||
enable = true;
|
||||
exports = "/srv/nfs *.sable-pancake.ts.net(ro,fsid=root)";
|
||||
# NFSv3 uses random ports, so you need to make them static to be able to pass though the firewall
|
||||
statdPort = 4000;
|
||||
lockdPort = 4001;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue