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:
parent
54792ee584
commit
1b0d8015fe
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ rss2email ];
|
||||
|
||||
services.rss2email.config.to = cfg.to;
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue