0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

nixos/rss2email: globally install rss2email

For man pages.
This commit is contained in:
Alyssa Ross 2020-04-15 17:05:32 +00:00
parent 54792ee584
commit 1b0d8015fe

View file

@ -91,6 +91,8 @@ in {
};
};
environment.systemPackages = with pkgs; [ rss2email ];
services.rss2email.config.to = cfg.to;
systemd.tmpfiles.rules = [