nixos/tt-rss: fix eval
This commit is contained in:
parent
f3b660014d
commit
256af6b742
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user