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;