home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9ceb95e201064a11438dc49b864df25b741203e2
parent d809cec39972fad4bbc36e28c7c5ab9dcbab20f5
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun,  5 Apr 2020 18:57:19 +0200

machine/sakhalin: try to export /export 🤔

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtmp/nixos-configuration/machine/sakhalin.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tmp/nixos-configuration/machine/sakhalin.nix b/tmp/nixos-configuration/machine/sakhalin.nix @@ -30,6 +30,7 @@ with import ../assets/machines.nix; { nfs.server = { enable = true; exports = '' + /export 192.168.1.0/24(rw,fsid=0,no_subtree_check) 10.100.0.0/24(rw,fsid=0,no_subtree_check) /export/gaia 192.168.1.0/24(rw,fsid=0,no_subtree_check) 10.100.0.0/24(rw,fsid=0,no_subtree_check) /export/toshito 192.168.1.0/24(rw,fsid=0,no_subtree_check) 10.100.0.0/24(rw,fsid=0,no_subtree_check) '';