nixos/scrutiny: Order scrutiny-collector after scrutiny
This commit is contained in:
parent
79bb415514
commit
9d384c350b
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue