stupid mistake

This commit is contained in:
Haak Saxberg 2022-08-11 15:53:04 -07:00
parent 35b60c250d
commit 35ace2f172
2 changed files with 6 additions and 2 deletions

View file

@ -77,8 +77,8 @@ in
services.nfs.server.enable = true;
services.nfs.server.exports = ''
/export 192.168.1.0/24(insecure,crossmnt,no_subtree_check,fsid=0)
/export/storage 192.168.1.0/24(rw,sync,nohide,insecure)
/export 192.168.1.0/24(insecure,rw,sync,crossmnt,no_subtree_check,fsid=0)
/export/storage 192.168.1.0/24(rw,sync,nohide,no_subtree_check,insecure)
'';
networking.firewall = {