update
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user