nixos/snapserver: add nss-lookup.target dependency

This commit is contained in:
ettom
2024-08-25 23:46:52 +02:00
committed by Pascal Bach
parent 2a7a22122f
commit 549912e6ff
+1 -1
View File
@@ -281,7 +281,7 @@ in {
'') cfg.streams);
systemd.services.snapserver = {
after = [ "network.target" ];
after = [ "network.target" "nss-lookup.target" ];
description = "Snapserver";
wantedBy = [ "multi-user.target" ];
before = [ "mpd.service" "mopidy.service" ];