From 85e5591afb20f258b2c53f00c7c2968ab1aa376d Mon Sep 17 00:00:00 2001 From: William Date: Thu, 13 Jul 2023 15:23:15 -0300 Subject: [PATCH] nextcloud enable apps autoupdate --- hosts/servers/alexandria/nextcloud.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/servers/alexandria/nextcloud.nix b/hosts/servers/alexandria/nextcloud.nix index 46e901a..daa3df5 100644 --- a/hosts/servers/alexandria/nextcloud.nix +++ b/hosts/servers/alexandria/nextcloud.nix @@ -9,8 +9,9 @@ configureRedis = true; caching.apcu = false; https = true; - secretFile = config.age.secrets.nextcloud-secrets.path; + autoUpdateApps.enable = true; config.adminpassFile = config.age.secrets.nextcloud-adminpass.path; + secretFile = config.age.secrets.nextcloud-secrets.path; }; nginx.virtualHosts.${config.services.nextcloud.hostName} = {