home

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

commit 74d99b822359333960671f30aba607d145dceab4
parent 52ad8f1171adff1126a62b7d66b61819d89ad78e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  3 Apr 2020 16:55:06 +0200

machine/sakhalin: export /export too

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 @@ -29,6 +29,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) ''; };