Skip to content

Commit

Permalink
pin postgres version to fix issues lol
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf authored and isabelroses committed Oct 31, 2023
1 parent 6ee9bb8 commit c3e6a2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in {
config = mkIf ((builtins.elem dev.type acceptedTypes) && cfg.database.postgresql.enable) {
services.postgresql = {
enable = true;
package = pkgs.postgresql;
package = pkgs.postgresql_14;
dataDir = "/srv/storage/postgresql/${config.services.postgresql.package.psqlSchema}";

ensureDatabases = [
Expand Down

0 comments on commit c3e6a2b

Please sign in to comment.