summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-12-09 11:35:27 +0100
committerlassulus <lassulus@lassul.us>2021-12-09 11:35:27 +0100
commit155e3e18b0d65c914ffcdc513090060cff26721a (patch)
tree355746a1b7ea1384f97abdc688be97a05f2a98d8
parent8e66a4ff652a28851b13c798f3b69248b029ac7e (diff)
realwallpaper: use new graph.r endpoint
-rw-r--r--krebs/3modules/realwallpaper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/realwallpaper.nix b/krebs/3modules/realwallpaper.nix
index 167afed2..f2b34e8c 100644
--- a/krebs/3modules/realwallpaper.nix
+++ b/krebs/3modules/realwallpaper.nix
@@ -19,7 +19,7 @@ let
marker = mkOption {
type = types.str;
- default = "http://graph.r/marker.json";
+ default = "http://graph.r/network.json";
};
timerConfig = mkOption {