diff --git a/modules/zabbix-server.nix b/modules/zabbix-server.nix index 84d9e5c..103e69f 100644 --- a/modules/zabbix-server.nix +++ b/modules/zabbix-server.nix @@ -16,7 +16,10 @@ in }; } ]; - extraPlugins = [ (pkgs.callPackage ../packages/timescaledb/timescaledb.nix {}) ]; + extraPlugins = [ + #(pkgs.callPackage ../packages/timescaledb/timescaledb.nix {}) + timescaledb + ]; settings = { shared_preload_libraries = "timescaledb"; };