From c6b5cc16c13c9b972d12adafff8719ce821a319d Mon Sep 17 00:00:00 2001 From: William Date: Fri, 17 Oct 2025 11:01:23 -0300 Subject: [PATCH] don't touch nextcloud apps --- hosts/alexandria/nextcloud.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/alexandria/nextcloud.nix b/hosts/alexandria/nextcloud.nix index 603c85f..84853dc 100644 --- a/hosts/alexandria/nextcloud.nix +++ b/hosts/alexandria/nextcloud.nix @@ -14,7 +14,6 @@ hostName = "cloud.baduhai.dev"; configureRedis = true; https = true; - autoUpdateApps.enable = true; secretFile = config.age.secrets."nextcloud-secrets.json".path; database.createLocally = true; maxUploadSize = "16G";