From cf3c2428fb8fcb255677f674c3810199ffb3008b Mon Sep 17 00:00:00 2001 From: sora-ext Date: Tue, 12 May 2026 17:44:50 +0200 Subject: [PATCH] Update modules/server/containers/apps/nextcloud.nix --- modules/server/containers/apps/nextcloud.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/server/containers/apps/nextcloud.nix b/modules/server/containers/apps/nextcloud.nix index db6b98b..5e561c9 100644 --- a/modules/server/containers/apps/nextcloud.nix +++ b/modules/server/containers/apps/nextcloud.nix @@ -3,6 +3,8 @@ let version = "31"; serverCfg = config.syscfg.server; in { + sops = true; + db = true; paths = [{ path="${serverCfg.dataPath}/nextcloud/www"; owner = "33:33"; @@ -19,7 +21,6 @@ in { subdomain = containerCfg.subdomain; image = "nextcloud:${version}"; port = 80; - ip = containerCfg.ip; secret = name; extraEnv = { REDIS_HOST = builder.host;