summaryrefslogtreecommitdiff
path: root/home.nix
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 /home.nix
parentd0426c680eb4ccc386f3ec46d963f8c244695e86 (diff)
demiurge: rename /data_warm to /data_wd
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix6
1 files changed, 3 insertions, 3 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 };