diff options
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -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 | }; |
