From 23626db89fe559aa6729f22f6e7c115db8bfc4d5 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Mon, 1 Jun 2026 10:38:15 +0200 Subject: [PATCH] challenger/nextcloud: Update to version 33 --- hosts/challenger/services/nextcloud.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/challenger/services/nextcloud.nix b/hosts/challenger/services/nextcloud.nix index 73af9ad..62be5bb 100644 --- a/hosts/challenger/services/nextcloud.nix +++ b/hosts/challenger/services/nextcloud.nix @@ -5,7 +5,7 @@ let in { services.nextcloud = { enable = true; - package = pkgs.nextcloud32; + package = pkgs.nextcloud33; inherit hostName; home = "/tank/nextcloud"; https = true; @@ -75,7 +75,7 @@ in { environment.systemPackages = [ cfg.occ # "occ CMD" in the docs -> "sudo -u nextcloud nextcloud-occ CMD" - pkgs.nodejs_20 # For Recognize; Put /run/current-system/sw/bin/node in the "node_binary" field in the web UI -> Memories + pkgs.nodejs # For Recognize; Put /run/current-system/sw/bin/node in the "node_binary" field in the web UI -> Memories ]; sops.secrets."nextcloud/adminpass" = {