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";