realwallpaper: use new graph.r endpoint

This commit is contained in:
lassulus 2021-12-09 11:35:27 +01:00
parent 8e66a4ff65
commit 155e3e18b0

View file

@ -19,7 +19,7 @@ let
marker = mkOption {
type = types.str;
default = "http://graph.r/marker.json";
default = "http://graph.r/network.json";
};
timerConfig = mkOption {