shack/influx: add workaround for collectd
This commit is contained in:
parent
a677e70992
commit
a139dd358b
@ -17,6 +17,14 @@ in
|
|||||||
proxyPass = "http://localhost:${toString port}/";
|
proxyPass = "http://localhost:${toString port}/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
(self: super:
|
||||||
|
{
|
||||||
|
# Hotfix for https://github.com/NixOS/nixpkgs/issues/157543
|
||||||
|
collectd = super.collectd.override { xen = null; };
|
||||||
|
}
|
||||||
|
)
|
||||||
|
];
|
||||||
services.influxdb = {
|
services.influxdb = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
Loading…
Reference in New Issue
Block a user