summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <root@rory.gay>2023-06-01 13:26:11 +0000
committerRory& <root@rory.gay>2024-06-05 17:25:16 +0200
commitb386c1a5ab4f0c57b40ce5a0082e2bf2d4036c29 (patch)
tree7863288fca99ebcb8d9b351f874a286c396a4d6d
parentFix prometheus flags (diff)
downloadSpacebar-Open-Infrastructure-b386c1a5ab4f0c57b40ce5a0082e2bf2d4036c29.tar.xz
Move boot target
-rw-r--r--modules/infra-logs.nix2
1 files changed, 1 insertions, 1 deletions
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}