nixos/loki: Start Loki after the network comes online

Otherwise Loki fails to reach S3 stores after it comes up.
This commit is contained in:
Jonathan Davies
2024-05-15 17:29:39 +01:00
parent d54a656f99
commit 8e02b5f478
@@ -93,6 +93,8 @@ in {
systemd.services.loki = {
description = "Loki Service Daemon";
wants = [ "network-online.target" ];
after = [ "network-online.target" ];
wantedBy = [ "multi-user.target" ];
serviceConfig = let