summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-03-22 23:32:18 -0400
committervin <vin@vineetk.net>2025-03-22 23:32:18 -0400
commitd1fc26eea9ace401e36363437a4b8c01e93c385d (patch)
treeb235047b18edd7c80e2f489d5c56dce1dcfd3329
parentd0426c680eb4ccc386f3ec46d963f8c244695e86 (diff)
demiurge: rename /data_warm to /data_wd
-rw-r--r--home.nix6
-rw-r--r--hosts/demiurge/default.nix6
2 files changed, 6 insertions, 6 deletions
diff --git a/home.nix b/home.nix
index 3a69d60..db72e1f 100644
--- a/home.nix
+++ b/home.nix
@@ -707,7 +707,7 @@ set-option -sa terminal-features ',*:RGB'
707 devices = [ "demiurge" "hastur" ]; 707 devices = [ "demiurge" "hastur" ];
708 path = 708 path =
709 if hostname == "demiurge" then 709 if hostname == "demiurge" then
710 "/data_warm/lit" 710 "/data_wd/lit"
711 else 711 else
712 "/home/vin/lit"; 712 "/home/vin/lit";
713 }; 713 };
@@ -716,7 +716,7 @@ set-option -sa terminal-features ',*:RGB'
716 devices = [ "demiurge" "hastur" ]; 716 devices = [ "demiurge" "hastur" ];
717 path = 717 path =
718 if hostname == "demiurge" then 718 if hostname == "demiurge" then
719 "/data_warm/pics" 719 "/data_wd/pics"
720 else 720 else
721 "/home/vin/pics"; 721 "/home/vin/pics";
722 }; 722 };
@@ -725,7 +725,7 @@ set-option -sa terminal-features ',*:RGB'
725 devices = [ "demiurge" "hastur" "iphonebob" ]; 725 devices = [ "demiurge" "hastur" "iphonebob" ];
726 path = 726 path =
727 if hostname == "demiurge" then 727 if hostname == "demiurge" then
728 "/data_warm/iphone" 728 "/data_wd/iphone"
729 else 729 else
730 "/home/vin/iphone"; 730 "/home/vin/iphone";
731 }; 731 };
diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix
index 0df1159..f81038c 100644
--- a/hosts/demiurge/default.nix
+++ b/hosts/demiurge/default.nix
@@ -286,8 +286,8 @@ FQsOJMjIvhTm2IiOS8xIaZz7EJORxFjtOkLEIGGZBNK6QcnD714/nYbHSrQx4eNM
286 user = "vin"; 286 user = "vin";
287 287
288 settings = { 288 settings = {
289 download-dir = "/data_warm/torrents/complete/other"; 289 download-dir = "/data_wd/torrents/complete/other/";
290 incomplete-dir = "/data_warm/torrents/incomplete/"; 290 incomplete-dir = "/data_wd/torrents/incomplete/";
291 incomplete-dir-enabled = true; 291 incomplete-dir-enabled = true;
292 peer-port = 51413; 292 peer-port = 51413;
293 }; 293 };
@@ -339,7 +339,7 @@ FQsOJMjIvhTm2IiOS8xIaZz7EJORxFjtOkLEIGGZBNK6QcnD714/nYbHSrQx4eNM
339 navidrome = { 339 navidrome = {
340 enable = true; 340 enable = true;
341 settings = { 341 settings = {
342 MusicFolder = "/data_warm/music"; 342 MusicFolder = "/data_wd/music";
343 EnableInsightsCollector = false; 343 EnableInsightsCollector = false;
344 }; 344 };
345 }; 345 };