nixos/invidious: remove syslog.target from service
It has been removed from systemd, see #149721.
This commit is contained in:
parent
3175a66dad
commit
35ed694793
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user