mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
not using rss2email
This commit is contained in:
parent
848de7051a
commit
9a1a5af766
2 changed files with 0 additions and 10 deletions
|
|
@ -2,6 +2,5 @@
|
|||
imports = [
|
||||
./protonmail-bridge.nix
|
||||
./himalaya-workflow.nix
|
||||
./rss2email.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
services.rss2email = {
|
||||
enable = true;
|
||||
to = "srid@srid.ca";
|
||||
feeds = {
|
||||
"r-haskell".url = "https://www.reddit.com/r/haskell/top/.rss?t=week";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue