Add calibre book services

This commit is contained in:
2023-06-09 22:34:46 +02:00
parent fc589d08e3
commit bb6b8f0518
3 changed files with 38 additions and 15 deletions

View File

@@ -11,8 +11,10 @@
services.nfs.server = {
enable = true;
exports = ''
/export 192.168.10.4(rw,fsid=0,no_subtree_check)
/export 192.168.10.4(rw,fsid=0,no_subtree_check) 192.168.10.5(rw,fsid=0,no_subtree_check)
/export/riker-backup 192.168.10.4(rw,nohide,no_subtree_check,no_root_squash)
/export/doyle-backup 192.168.10.5(rw,nohide,no_subtree_check,no_root_squash)
'';
};