nixos/nitter: remove syslog.target from service (#150224)

This commit is contained in:
erdnaxe 2021-12-11 20:45:54 +01:00 committed by GitHub
parent 462d8e1bec
commit cf504b2330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -299,7 +299,7 @@ in
systemd.services.nitter = {
description = "Nitter (An alternative Twitter front-end)";
wantedBy = [ "multi-user.target" ];
after = [ "syslog.target" "network.target" ];
after = [ "network.target" ];
serviceConfig = {
DynamicUser = true;
StateDirectory = "nitter";