Update modules/server/containers/apps/nextcloud.nix

This commit is contained in:
2026-05-12 17:44:50 +02:00
parent a2dc050b1c
commit cf3c2428fb

View File

@@ -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;