From 155e3e18b0d65c914ffcdc513090060cff26721a Mon Sep 17 00:00:00 2001
From: lassulus <lassulus@lassul.us>
Date: Thu, 9 Dec 2021 11:35:27 +0100
Subject: [PATCH] realwallpaper: use new graph.r endpoint

---
 krebs/3modules/realwallpaper.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/krebs/3modules/realwallpaper.nix b/krebs/3modules/realwallpaper.nix
index 167afed2c..f2b34e8c4 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 {