public-cof: upgrade nextcloud (21 → 22)

This commit is contained in:
Raito Bezarius 2022-04-07 23:02:58 +02:00
parent 6a3af7d165
commit df2b7e819d

View file

@ -1,10 +1,12 @@
{ config, lib, ... }:
{ pkgs, config, lib, ... }:
{
services.nextcloud = {
enable = true;
hostName = "nuage.beta.rz.ens.wtf";
https = true;
package = pkgs.nextcloud22;
config = {
overwriteProtocol = "https";