Adjust nfs mount
ci / test (push) Successful in 53s Details
ci / deploy (push) Successful in 1m48s Details

This commit is contained in:
Ciapa 2024-02-27 07:54:21 +01:00
parent 855a3556a8
commit 938e2b0e5b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
services.nfs.server.enable = true; services.nfs.server.enable = true;
services.nfs.server.exports = '' services.nfs.server.exports = ''
/export 192.168.0.20(rw,fsid=0,no_subtree_check) /export 192.168.0.20(rw,fsid=0,no_subtree_check)
/export/desktop 192.168.0.20(rw,nohide,insecure,no_subtree_check) /export/desktop 192.168.0.20(rw,nohide,insecure,no_subtree_check,all_squash,anonuid=1000,anongid=1000)
''; '';
networking.firewall.allowedTCPPorts = [ 2049 ]; networking.firewall.allowedTCPPorts = [ 2049 ];