mirror of
https://github.com/kmein/niveum
synced 2026-03-21 12:21:08 +01:00
catullus: add urlwatch
This commit is contained in:
@@ -70,6 +70,10 @@ let
|
|||||||
dir = toString ~/.password-store;
|
dir = toString ~/.password-store;
|
||||||
name = "catullus";
|
name = "catullus";
|
||||||
};
|
};
|
||||||
|
stockholm.git = {
|
||||||
|
url = https://cgit.krebsco.de/stockholm;
|
||||||
|
ref = "1340e3fb";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
target = catullus-ssh;
|
target = catullus-ssh;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -86,6 +86,19 @@ in {
|
|||||||
serviceConfig.Type = "oneshot";
|
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;
|
boot.loader.grub.enable = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user