added raspi-backup share
Check NixOS configurations / eval-hosts (push) Failing after 11m30s

This commit is contained in:
2026-07-13 11:44:45 +10:00
parent 229cd06f73
commit 960548c2ac
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ services.nfs.server = {
/tank/docker/volumes 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash)
/tank/docker/databases 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash)
/tank/docker/nextcloud-data 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash)
/tank/raspi/volumes 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash)
'';
};