nixos/invidious: remove syslog.target from service

It has been removed from systemd, see #149721.
This commit is contained in:
Simon Bruder 2021-12-11 08:28:20 +01:00
parent 3175a66dad
commit 35ed694793
No known key found for this signature in database
GPG Key ID: 8D3C82F9F309F8EC

View File

@ -11,7 +11,7 @@ let
systemd.services.invidious = {
description = "Invidious (An alternative YouTube front-end)";
wants = [ "network-online.target" ];
after = [ "syslog.target" "network-online.target" ];
after = [ "network-online.target" ];
wantedBy = [ "multi-user.target" ];
script =