Accès NFS via VPN Wireguard

This commit is contained in:
nyanloutre 2018-09-16 16:29:07 +02:00
parent fd9b34cd2f
commit daff7842ea
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ in
nfs.server = { nfs.server = {
enable = true; enable = true;
exports = '' exports = ''
/mnt/medias 192.168.0.0/24(ro,no_root_squash) /mnt/medias 192.168.0.0/16(ro,no_root_squash)
/exports/steam 192.168.0.0/24(rw,no_root_squash) /exports/steam 192.168.0.0/24(rw,no_root_squash)
''; '';
statdPort = 4000; statdPort = 4000;