mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
postgresql use extensions
This commit is contained in:
parent
0189927310
commit
177d1865ae
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
};
|
};
|
||||||
postgresql = {
|
postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPlugins = ps: with ps; [ pg_libversion ];
|
extensions = ps: with ps; [ pg_libversion ];
|
||||||
enableTCPIP = true;
|
enableTCPIP = true;
|
||||||
initialScript = pkgs.writeText "backend-initScript" ''
|
initialScript = pkgs.writeText "backend-initScript" ''
|
||||||
CREATE DATABASE repology
|
CREATE DATABASE repology
|
||||||
|
|
Loading…
Add table
Reference in a new issue