From b81642ccc9c2bb3d0a681c0721bf81945067fa86 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 15 Jun 2023 02:13:29 +0000 Subject: [PATCH] servo/nfs: fix netmask typo --- hosts/by-name/servo/services/nfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/by-name/servo/services/nfs.nix b/hosts/by-name/servo/services/nfs.nix index e9cd5e6f..80962205 100644 --- a/hosts/by-name/servo/services/nfs.nix +++ b/hosts/by-name/servo/services/nfs.nix @@ -56,7 +56,7 @@ # # 10.0.0.0/8 to export (readonly) both to LAN (unencrypted) and wg vpn (encrypted) services.nfs.server.exports = '' - /var/nfs/export 10.78.79.0/10(crossmnt,fsid=0,subtree_check) 10.0.10.0/24(rw,no_root_squash,crossmnt,fsid=0,subtree_check) + /var/nfs/export 10.78.79.0/22(ro,crossmnt,fsid=0,subtree_check) 10.0.10.0/24(rw,no_root_squash,crossmnt,fsid=0,subtree_check) ''; fileSystems."/var/nfs/export/media" = {