From d47140b9bd2ea7b736cb9260785e1fa09599516e Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 3 Dec 2024 21:29:04 +0100 Subject: [PATCH] nixos/loki: fix eval after ccaf4694 --- nixos/modules/services/monitoring/loki.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/monitoring/loki.nix b/nixos/modules/services/monitoring/loki.nix index 128128008731..892605fa7016 100644 --- a/nixos/modules/services/monitoring/loki.nix +++ b/nixos/modules/services/monitoring/loki.nix @@ -96,7 +96,6 @@ in { wants = [ "network-online.target" ]; after = [ "network-online.target" ]; wantedBy = [ "multi-user.target" ]; - after = [ "network.target" ]; serviceConfig = let conf = if cfg.configFile == null