nixos/loki: add network.target to after

Signed-off-by: lucasew <lucas59356@gmail.com>
(cherry picked from commit 4c621ef886)
This commit is contained in:
lucasew 2024-05-28 12:02:04 -03:00 committed by github-actions[bot]
parent 0792c1e661
commit b6079d99ac

View File

@ -94,6 +94,7 @@ in {
systemd.services.loki = {
description = "Loki Service Daemon";
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
serviceConfig = let
conf = if cfg.configFile == null