Skip to content

Commit

Permalink
dev docs: back to PostgreSQL 14 for NixOS dev VM
Browse files Browse the repository at this point in the history
PG 15 changed the default permission for the public schema
which isn't compatible with NixOS `ensureUsers`. To upgrade
to 15, we need to add our own setup unit or wait until nixpkgs
figures out a fix for that.
  • Loading branch information
dpausp committed May 2, 2023
1 parent 514d9d8 commit 9c0d9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/ekklesia_dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ in
};
}
];
package = pkgs.postgresql_15;
package = pkgs.postgresql_14;
};

users.defaultUserShell = pkgs.zsh;
Expand Down

0 comments on commit 9c0d9f4

Please sign in to comment.