From c6301c2f8393539d0613a654dccb58830d46979b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Thu, 1 Jan 2026 13:45:26 -0300 Subject: [PATCH] phantom: update nextcloud --- hosts/phantom/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/phantom/nextcloud.nix b/hosts/phantom/nextcloud.nix index 28d76a1..d95e598 100644 --- a/hosts/phantom/nextcloud.nix +++ b/hosts/phantom/nextcloud.nix @@ -6,7 +6,7 @@ { services.nextcloud = { enable = true; - package = pkgs.nextcloud30; + package = pkgs.nextcloud32; hostName = "cloud.lelgenio.com"; https = true; config = {