LoutreOS: update PostgreSQL from 9.6 to 14

This commit is contained in:
nyanloutre 2022-07-05 21:45:28 +02:00
parent 7edc314234
commit 8c8795cd2a
1 changed files with 1 additions and 0 deletions

View File

@ -300,6 +300,7 @@ in
postgresql = {
enable = true;
package = pkgs.postgresql_14;
settings = {
full_page_writes = false;
};