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

chore(urlwatch): move to makanek

This commit is contained in:
2021-07-08 07:52:03 +02:00
parent be178dffc6
commit 1f971b2a74
3 changed files with 8 additions and 3 deletions

View File

@@ -30,7 +30,12 @@ let
{
name = "IG Nekrolog";
url = "https://www.indogermanistik.org/aktuelles/nekrologe.html";
filter = [ { css = "[itemprop=articleBody]"; } "html2text" "strip" ];
filter = [
{ css = "[itemprop=articleBody]"; }
{ shellPipe = ''${pkgs.gnused}/bin/sed 's!<span id="cloak.*</script>!!' ''; }
"html2text"
"strip"
];
}
{
name = "IG Neuigkeiten";

View File

@@ -58,6 +58,7 @@ in
<niveum/configs/gitea.nix>
<niveum/configs/telegram-bots>
<niveum/configs/weechat.nix>
<niveum/configs/urlwatch.nix>
<niveum/configs/matterbridge.nix>
<niveum/modules/retiolum.nix>
];

View File

@@ -7,7 +7,6 @@
<niveum/configs/keyboard.nix>
<niveum/modules/retiolum.nix>
<niveum/configs/spacetime.nix>
<niveum/configs/urlwatch.nix>
<niveum/configs/mpd-fm.nix>
<niveum/configs/sshd.nix>
<niveum/configs/version.nix>
@@ -15,7 +14,7 @@
<niveum/configs/traadfri.nix>
<niveum/configs/mail/fetcher.nix>
{
nixpkgs.config.allowUnfree = true;
nixpkgs.config.allowUnfree = true;
}
{
sound.enable = true;