Commit e5e351f2 authored by Martin Weinelt's avatar Martin Weinelt Committed by github-actions[bot]
Browse files

nixos/kea: make ctrl-agent want network-online.target

If it wants to run after it, it needs to want it for it to be there.

(cherry picked from commit 5d515c37)
parent 440ffcf9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -278,6 +278,9 @@ in
        "https://kea.readthedocs.io/en/kea-${package.version}/arm/agent.html"
      ];

      wants = [
        "network-online.target"
      ];
      after = [
        "network-online.target"
        "time-sync.target"