home

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

commit 49dfa501fbbc31430b6b600c6322a6311c3031aa
parent 74d99b822359333960671f30aba607d145dceab4
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  3 Apr 2020 19:11:55 +0200

machine/sakhalin: do not export /export ...

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

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

diff --git a/tmp/nixos-configuration/machine/sakhalin.nix b/tmp/nixos-configuration/machine/sakhalin.nix @@ -29,7 +29,6 @@ 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) ''; };