move to generic /services

This commit is contained in:
Simon Gardling 2025-11-20 16:57:38 -05:00
parent 363bff8c40
commit 0c4baab0ef
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -94,7 +94,7 @@
zpool_ssds = "tank";
zpool_hdds = "hdds";
torrents_path = "/torrents";
services_dir = "/${zpool_ssds}/services";
services_dir = "/services";
music_dir = "/${zpool_ssds}/music";
media_group = "media";
@ -157,7 +157,7 @@
};
monero = {
dataDir = "/services/monero";
dataDir = services_dir + "/monero";
};
};