Require postgres version to be configured manually

This commit is contained in:
Fabian Hauser 2024-12-06 14:26:21 +02:00
parent 2b415162b6
commit 9ac8c89417
9 changed files with 16 additions and 10 deletions

View file

@ -6,4 +6,5 @@
qois.vault.enable = true;
qois.git.enable = true;
qois.static-page.enable = true;
qois.postgresql.package = pkgs.postgresql_15;
}