prep for psql update
This commit is contained in:
parent
ecfb921cc7
commit
45a7a0afe8
1 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,10 @@ in
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
extraPlugins = [ (pkgs.callPackage ../packages/timescaledb/timescaledb.nix {}) ];
|
extraPlugins = [
|
||||||
|
#(pkgs.callPackage ../packages/timescaledb/timescaledb.nix {})
|
||||||
|
timescaledb
|
||||||
|
];
|
||||||
settings = {
|
settings = {
|
||||||
shared_preload_libraries = "timescaledb";
|
shared_preload_libraries = "timescaledb";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue