nextcloud 26 -> nextcloud 27

This commit is contained in:
Rouven Seifert 2023-06-19 10:37:17 +02:00
parent fa6f58e0e9
commit 20dd0ece6c
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 38 additions and 29 deletions

View file

@ -26,7 +26,7 @@ in
nextcloud = {
enable = true;
package = pkgs.nextcloud26; # Use current latest nextcloud package
package = pkgs.nextcloud27; # Use current latest nextcloud package
hostName = "${domain}";
https = true; # Use https for all urls
config = {