nixos/tt-rss: fix eval

This commit is contained in:
Guillaume Girol 2021-07-31 15:19:00 +00:00 committed by GitHub
parent f3b660014d
commit 256af6b742
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -568,7 +568,7 @@ let
systemd.services = {
phpfpm-tt-rss = mkIf (cfg.pool == "${poolName}") {
restartTriggers = [ tt-rss-config tt-rss ];
restartTriggers = [ tt-rss-config pkgs.tt-rss ];
};
tt-rss = {