From d1fc26eea9ace401e36363437a4b8c01e93c385d Mon Sep 17 00:00:00 2001 From: vin Date: Sat, 22 Mar 2025 23:32:18 -0400 Subject: demiurge: rename /data_warm to /data_wd --- home.nix | 6 +++--- hosts/demiurge/default.nix | 6 +++--- 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' 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 index 0df1159..f81038c 100644 --- 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; }; }; -- cgit v1.2.3