module: don't force Postgres 14
This commit is contained in:
parent
c178d820d7
commit
8bc790171f
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ in
|
|||
};
|
||||
postgresql = mkIf cfg.createDatabase {
|
||||
enable = true;
|
||||
package = pkgs.postgresql_14;
|
||||
package = lib.mkDefault pkgs.postgresql_14;
|
||||
ensureDatabases = [ "authentik" ];
|
||||
ensureUsers = [
|
||||
{ name = "authentik"; ensureDBOwnership = true; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue