Commit 9ceb95e20106
Changed files (1)
tmp
nixos-configuration
machine
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)
'';