about summary refs log tree commit diff
path: root/modules/user
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/aszlig/services/i3/conky.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/aszlig/services/i3/conky.nix b/modules/user/aszlig/services/i3/conky.nix
index 93e554cc..6c5815aa 100644
--- a/modules/user/aszlig/services/i3/conky.nix
+++ b/modules/user/aszlig/services/i3/conky.nix
@@ -42,7 +42,7 @@ let
   gpuTemp = "${cexpr "hwmon" [ "0" "temp" "1" ]}C";
 
   weather = (cexpr "weather" [
-    "http://weather.noaa.gov/pub/data/observations/metar/stations/"
+    "http://tgftp.nws.noaa.gov/data/observations/metar/stations/"
     "EDMA"
     "temperature"
   ]) + "C";