moved docker data mounts into one module
Check NixOS configurations / eval-hosts (push) Failing after 14m16s

This commit is contained in:
2026-07-01 20:58:19 +10:00
parent 6a266449d5
commit 030d344ea2
3 changed files with 44 additions and 3 deletions
+1
View File
@@ -55,6 +55,7 @@ services.nfs.server = {
/tank/docker/config 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash)
/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)
'';
};