Update nextcloud

This commit is contained in:
Fabian Hauser 2021-04-10 16:15:39 +00:00
parent de3db0d159
commit 4c9c49f9c9

View file

@ -9,7 +9,7 @@ in {
services.nextcloud = {
hostName = host;
package = pkgs.nextcloud19;
package = pkgs.nextcloud20;
};
services.nginx.virtualHosts."${host}" = {
forceSSL = true;