From daff7842ea2d4c88df3485cdee92d462dc5aab00 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sun, 16 Sep 2018 16:29:07 +0200 Subject: [PATCH] =?UTF-8?q?Acc=C3=A8s=20NFS=20via=20VPN=20Wireguard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- systems/LoutreOS/services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/LoutreOS/services.nix b/systems/LoutreOS/services.nix index b05b46f..8649b70 100644 --- a/systems/LoutreOS/services.nix +++ b/systems/LoutreOS/services.nix @@ -171,7 +171,7 @@ in nfs.server = { enable = true; 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) ''; statdPort = 4000;