Pin postgres package for attic

This commit is contained in:
Andreas Zweili 2024-04-16 19:22:40 +02:00
parent 60a0c2fe29
commit dde04fafc2
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ in
};
services.postgresql = {
enable = true;
package = pkgs.postgresql_15;
ensureUsers = [
{
name = "atticd";