diff options
author | makefu <github@syntax-fehler.de> | 2020-08-12 12:23:01 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-08-12 12:23:01 +0200 |
commit | 5ccb8e08e82a171749e9f93fea38b2c4d55cd868 (patch) | |
tree | 0319f0ccbed78624d65dfa6bd9304c7228aa228e /makefu/2configs/bureautomation/camera/comic.nix | |
parent | 4cb0ff12ba563693b6be7aac3c7cc8c6ce7a003c (diff) |
ma bureautomation: fetch latest xkcd comic
Diffstat (limited to 'makefu/2configs/bureautomation/camera/comic.nix')
-rw-r--r-- | makefu/2configs/bureautomation/camera/comic.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makefu/2configs/bureautomation/camera/comic.nix b/makefu/2configs/bureautomation/camera/comic.nix index a847b0add..a523d032e 100644 --- a/makefu/2configs/bureautomation/camera/comic.nix +++ b/makefu/2configs/bureautomation/camera/comic.nix @@ -3,4 +3,8 @@ platform = "generic"; still_image_url = http://127.0.0.1:8123/local/lines.png ; } + { name = "XKCD"; + platform = "generic"; + still_image_url = http://127.0.0.1:8123/local/xkcd.png ; + } ] |