commit d1fc26eea9ace401e36363437a4b8c01e93c385d
parent d0426c680eb4ccc386f3ec46d963f8c244695e86
Author: vin <vin@vineetk.net>
Date: Sat, 22 Mar 2025 23:32:18 -0400
demiurge: rename /data_warm to /data_wd
Diffstat:
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/home.nix b/home.nix
@@ -707,7 +707,7 @@ set-option -sa terminal-features ',*:RGB'
devices = [ "demiurge" "hastur" ];
path =
if hostname == "demiurge" then
- "/data_warm/lit"
+ "/data_wd/lit"
else
"/home/vin/lit";
};
@@ -716,7 +716,7 @@ set-option -sa terminal-features ',*:RGB'
devices = [ "demiurge" "hastur" ];
path =
if hostname == "demiurge" then
- "/data_warm/pics"
+ "/data_wd/pics"
else
"/home/vin/pics";
};
@@ -725,7 +725,7 @@ set-option -sa terminal-features ',*:RGB'
devices = [ "demiurge" "hastur" "iphonebob" ];
path =
if hostname == "demiurge" then
- "/data_warm/iphone"
+ "/data_wd/iphone"
else
"/home/vin/iphone";
};
diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix
@@ -286,8 +286,8 @@ FQsOJMjIvhTm2IiOS8xIaZz7EJORxFjtOkLEIGGZBNK6QcnD714/nYbHSrQx4eNM
user = "vin";
settings = {
- download-dir = "/data_warm/torrents/complete/other";
- incomplete-dir = "/data_warm/torrents/incomplete/";
+ download-dir = "/data_wd/torrents/complete/other/";
+ incomplete-dir = "/data_wd/torrents/incomplete/";
incomplete-dir-enabled = true;
peer-port = 51413;
};
@@ -339,7 +339,7 @@ FQsOJMjIvhTm2IiOS8xIaZz7EJORxFjtOkLEIGGZBNK6QcnD714/nYbHSrQx4eNM
navidrome = {
enable = true;
settings = {
- MusicFolder = "/data_warm/music";
+ MusicFolder = "/data_wd/music";
EnableInsightsCollector = false;
};
};