Skip to content

Commit

Permalink
nixos/tt-rss: fix eval
Browse files Browse the repository at this point in the history
  • Loading branch information
symphorien authored Jul 31, 2021
1 parent f3b6600 commit 256af6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/web-apps/tt-rss.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 256af6b

Please sign in to comment.