1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/servnerr-3: hardcode NFS subnets again for now

This commit is contained in:
Matt Layher 2020-04-30 16:01:11 -04:00
parent ca255a3a4e
commit 5d3b50d2a9

View file

@ -89,7 +89,7 @@ in {
nfs.server = {
enable = true;
exports = with vars.interfaces.lan0; ''
/primary ${ipv4_subnet}(rw,sync,no_subtree_check,crossmnt) ${ipv6.ula_subnet}(rw,sync,no_subtree_check,crossmnt)
/primary 192.168.1.0/24(rw,sync,no_subtree_check,crossmnt) fd9e:1a04:f01d::/64(rw,sync,no_subtree_check,crossmnt)
'';
};