stickied postgresql to 14 on mc4
This commit is contained in:
parent
04ef9263fa
commit
7b4b5b99c9
1 changed files with 1 additions and 2 deletions
|
|
@ -17,8 +17,7 @@ in
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
extraPlugins = [
|
extraPlugins = [
|
||||||
#(pkgs.callPackage ../packages/timescaledb/timescaledb.nix {})
|
(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