This commit is contained in:
2025-03-14 23:53:01 -04:00
parent 74532df9a2
commit 4c3ff4e6ff
7 changed files with 81 additions and 83 deletions

View File

@@ -49,9 +49,10 @@
eth_interface = "enp4s0";
service_configs = rec {
zpool = "tank";
hdd_path = "/mnt/hdd";
services_dir = "/${zpool}/services";
zpool_ssds = "tank";
zpool_hdds = "hdds";
torrents_path = "/torrents";
services_dir = "/${zpool_ssds}/services";
torrent_group = "media";
# TODO: add checks to make sure none of these collide
@@ -93,8 +94,8 @@
};
torrent = {
SavePath = hdd_path + "/torrents";
TempPath = hdd_path + "/torrents/incomplete";
SavePath = torrents_path;
TempPath = torrents_path + "/incomplete";
};
jellyfin = {