Require postgres version to be configured manually
This commit is contained in:
parent
2b415162b6
commit
9ac8c89417
9 changed files with 16 additions and 10 deletions
|
@ -52,11 +52,10 @@ in
|
|||
|
||||
imports = [ ../../../defaults/webserver ];
|
||||
|
||||
qois.postgresql.enable = true;
|
||||
|
||||
# Note: Attic cache availability is "best effort", so no artifacts are backed up.
|
||||
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
ensureDatabases = [ "atticd" ];
|
||||
ensureUsers = [
|
||||
{
|
||||
|
|
|
@ -7,4 +7,5 @@
|
|||
];
|
||||
|
||||
qois.git-ci-runner.enable = true;
|
||||
qois.postgresql.package = pkgs.postgresql_15;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue