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:
parent
ca255a3a4e
commit
5d3b50d2a9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue