Server/nfs: add nfs root

This commit is contained in:
Toast 2024-07-12 02:02:52 +02:00
parent 85ccce45b9
commit a826c532e5

View file

@ -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;