From 0f28540bc9ac15639062214dccc038717475fb16 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Wed, 13 Mar 2019 22:47:39 +0100 Subject: [PATCH] partage NFS steam mode asynchrone --- 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 57a2a6b..c7138f6 100644 --- a/systems/LoutreOS/services.nix +++ b/systems/LoutreOS/services.nix @@ -184,7 +184,7 @@ in enable = true; exports = '' /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,async,no_root_squash) ''; statdPort = 4000; lockdPort = 4001;