1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 19:11:08 +01:00

catullus: add urlwatch

This commit is contained in:
Kierán Meinhardt
2019-06-17 17:14:34 +02:00
parent 96271c76a6
commit fc8718f81d
2 changed files with 17 additions and 0 deletions

View File

@@ -86,6 +86,19 @@ in {
serviceConfig.Type = "oneshot";
};
}
{
imports = [ <stockholm/krebs/3modules/urlwatch> ];
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;