diff options
author | lassulus <lass@lassul.us> | 2016-12-26 13:16:40 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2016-12-26 13:16:40 +0100 |
commit | c37b42b702e38bbf2cc6dce150be6c8aa6aa6b25 (patch) | |
tree | 8840132ca1108dec04f18b59460b0b2a90d32b4a /krebs/3modules/realwallpaper.nix | |
parent | a030e180bbc466e067f7b8a490fdcf41fdcb95ce (diff) |
k 3 realwallpaper: daymap only available via https
Diffstat (limited to 'krebs/3modules/realwallpaper.nix')
-rw-r--r-- | krebs/3modules/realwallpaper.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/realwallpaper.nix b/krebs/3modules/realwallpaper.nix index 1564bd94a..f9eae8c92 100644 --- a/krebs/3modules/realwallpaper.nix +++ b/krebs/3modules/realwallpaper.nix @@ -24,7 +24,7 @@ let daymap = mkOption { type = types.str; - default = "http://www.nnvl.noaa.gov/images/globaldata/SnowIceCover_Daily.png"; + default = "https://www.nnvl.noaa.gov/images/globaldata/SnowIceCover_Daily.png"; }; cloudmap = mkOption { |