diff --git a/services/self_host/nextcloud.nix b/services/self_host/nextcloud.nix index 6adcf14..d5bb96e 100644 --- a/services/self_host/nextcloud.nix +++ b/services/self_host/nextcloud.nix @@ -71,7 +71,7 @@ in nextcloud = { enable = true; https = true; - package = pkgs.nextcloud32; + package = pkgs.nextcloud33; hostName = "nextcloud.enium.eu"; datadir = dataDir; config = {