From 95bb9b0c4b5c4ee7993e6478953bd30988f27501 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 8 May 2018 22:55:36 +0200 Subject: [PATCH] Partage NFS Steam --- services.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services.nix b/services.nix index 7c45d6b..d6d5115 100644 --- a/services.nix +++ b/services.nix @@ -89,6 +89,7 @@ in enable = true; exports = '' /mnt/medias 192.168.0.0/24(ro,no_root_squash) + /exports/steam 192.168.0.0/24(rw,no_root_squash) ''; statdPort = 4000; lockdPort = 4001;