Update Flake inputs

This commit is contained in:
Paul-Henri Froidmont 2022-06-22 18:52:20 +02:00
parent d7aea202d7
commit 1808cdc632
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
6 changed files with 86 additions and 62 deletions

View file

@ -62,8 +62,9 @@ in
services.nextcloud = {
enable = true;
package = pkgs.nextcloud22;
package = pkgs.nextcloud24;
hostName = "cloud.${config.networking.domain}";
https = true;
config = {
dbtype = "pgsql";
dbuser = "nextcloud";