fix: cannot build because alloy is not enabled
This commit is contained in:
parent
1a25e4a26c
commit
0ef913eb1f
|
@ -23,10 +23,8 @@ in
|
|||
labels = {
|
||||
"io.containers.autoupdate" = "registry";
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
environment.etc."alloy/config.alloy".text = lib.mkIf config.services.alloy.enable /*hcl*/ ''
|
||||
environment.etc."alloy/config.alloy".text = /*hcl*/ ''
|
||||
prometheus.scrape "podman" {
|
||||
targets = [{__address__ = "${ip}:9882"}]
|
||||
|
||||
|
|
Loading…
Reference in a new issue