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
|
@ -6,7 +6,7 @@ in
|
|||
|
||||
imports = [ ../../../defaults/nextcloud ];
|
||||
|
||||
qois.postgresql.enable = true;
|
||||
services.postgresql.enable = true;
|
||||
|
||||
services.nextcloud = {
|
||||
hostName = host;
|
||||
|
|
|
@ -2,4 +2,6 @@
|
|||
{
|
||||
|
||||
imports = [ ./cloud.nix ];
|
||||
|
||||
qois.postgresql.package = pkgs.postgresql_14;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue