From fc8718f81d0e364283ad625cb80679f5159459f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 17 Jun 2019 17:14:34 +0200 Subject: [PATCH] catullus: add urlwatch --- deploy.nix | 4 ++++ systems/catullus/configuration.nix | 13 +++++++++++++ 2 files changed, 17 insertions(+) diff --git a/deploy.nix b/deploy.nix index db61cb6..55d43db 100644 --- a/deploy.nix +++ b/deploy.nix @@ -70,6 +70,10 @@ let dir = toString ~/.password-store; name = "catullus"; }; + stockholm.git = { + url = https://cgit.krebsco.de/stockholm; + ref = "1340e3fb"; + }; }; target = catullus-ssh; }; diff --git a/systems/catullus/configuration.nix b/systems/catullus/configuration.nix index 083d5ee..80867f8 100644 --- a/systems/catullus/configuration.nix +++ b/systems/catullus/configuration.nix @@ -86,6 +86,19 @@ in { serviceConfig.Type = "oneshot"; }; } + { + imports = [ ]; + + krebs.urlwatch = { + enable = true; + mailto = "kieran.meinhardt@gmail.com"; + onCalendar = "*-*-* 05:00:00"; + urls = [ + https://www.refrat.de/wahlen/2020/index.html + https://www.refrat.de/wahlen/ + ]; + }; + } ]; boot.loader.grub.enable = false;