Unverified Commit ffc73669 authored by Jon Seager's avatar Jon Seager Committed by GitHub
Browse files

Merge pull request #296937 from MinerSebas/scrutiny-collector-ordering

parents a004f75f 9d384c35
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -195,6 +195,8 @@ in
      systemd = {
        services.scrutiny-collector = {
          description = "Scrutiny Collector Service";
          after = lib.optional cfg.enable "scrutiny.service";
          wants = lib.optional cfg.enable "scrutiny.service";
          environment = {
            COLLECTOR_VERSION = "1";
            COLLECTOR_API_ENDPOINT = cfg.collector.settings.api.endpoint;