Merge pull request #315380 from lucasew/20240528-fix-loki
nixos/loki: add network.target to after
This commit is contained in:
commit
b8d6d611c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user