From b386c1a5ab4f0c57b40ce5a0082e2bf2d4036c29 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Thu, 1 Jun 2023 13:26:11 +0000 Subject: Move boot target --- modules/infra-logs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/infra-logs.nix b/modules/infra-logs.nix index 68500eb..fa74214 100644 --- a/modules/infra-logs.nix +++ b/modules/infra-logs.nix @@ -3,7 +3,7 @@ systemd.services = { "boot" = { wantedBy = [ "multi-user.target" ]; - after = [ "network.target" ]; + after = [ "resolvconf.target" ]; serviceConfig = { ExecStart = '' ${pkgs.curl}/bin/curl -H "Content-Type: application/json" -d '{"username": "${config.networking.hostName}", "content": "System booted or rebuilt."}' ${secrets.webhooks.discord.deploy} -- cgit 1.5.1