update
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
service_configs = rec {
|
||||
zpool = "tank";
|
||||
hdd_path = "/mnt/hdd";
|
||||
services_dir = "/tank/services";
|
||||
services_dir = "/${zpool}/services";
|
||||
torrent_group = "media";
|
||||
|
||||
# TODO: add checks to make sure none of these collide
|
||||
@@ -102,7 +102,7 @@
|
||||
};
|
||||
|
||||
owntracks = {
|
||||
data_dir = "/tank/services/owntracks";
|
||||
data_dir = services_dir + "/owntracks";
|
||||
};
|
||||
};
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user