From 65a5d1fe43ecf591dce2fc41bde12a84ddb3536b Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 1 Mar 2026 22:41:09 +0100 Subject: [PATCH] feat(services/self_host): update the nextcloud to 33 - Update now stable (winter26) --- services/self_host/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {