fix serviceconfig
This commit is contained in:
@@ -20,7 +20,10 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
after = ["network-online.target"];
|
after = ["network-online.target"];
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
EnvironmentFile=config.sops.secrets.victoria-agent-env.path;
|
|
||||||
script = "vmagent -promscrape.config=${configure_prom} -envflag.enable -remoteWrite.url=https://victoria-server.cloonar.com/api/v1/write";
|
script = "vmagent -promscrape.config=${configure_prom} -envflag.enable -remoteWrite.url=https://victoria-server.cloonar.com/api/v1/write";
|
||||||
|
|
||||||
|
serviceConfig = {
|
||||||
|
EnvironmentFile=config.sops.secrets.victoria-agent-env.path;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user