From df2b7e819d8553cefc3b6af9fd18bd84e656cca2 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Thu, 7 Apr 2022 23:02:58 +0200 Subject: [PATCH] =?UTF-8?q?public-cof:=20upgrade=20nextcloud=20(21=20?= =?UTF-8?q?=E2=86=92=2022)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- machines/public-cof/nextcloud.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/machines/public-cof/nextcloud.nix b/machines/public-cof/nextcloud.nix index 1dc8e81..99e6e17 100644 --- a/machines/public-cof/nextcloud.nix +++ b/machines/public-cof/nextcloud.nix @@ -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";