Compare commits
No commits in common. "fec23849d3fbcaee406254d5055b17dd8ced3a10" and "2895a51862f1c5edc7fec60bca49b7309171b1b0" have entirely different histories.
fec23849d3
...
2895a51862
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
package = pkgs.postgresql_16;
|
||||
package = pkgs.postgresql_13;
|
||||
extraPlugins = with config.services.postgresql.package.pkgs; [
|
||||
postgis
|
||||
];
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
package = pkgs.postgresql_16;
|
||||
package = pkgs.postgresql_13;
|
||||
initialScript = pkgs.writeText "synapse-init.sql" ''
|
||||
CREATE ROLE synapse;
|
||||
CREATE DATABASE synapse WITH OWNER synapse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue