Update modules/server/containers/apps/nextcloud.nix
This commit is contained in:
@@ -3,6 +3,8 @@ let
|
|||||||
version = "31";
|
version = "31";
|
||||||
serverCfg = config.syscfg.server;
|
serverCfg = config.syscfg.server;
|
||||||
in {
|
in {
|
||||||
|
sops = true;
|
||||||
|
db = true;
|
||||||
paths = [{
|
paths = [{
|
||||||
path="${serverCfg.dataPath}/nextcloud/www";
|
path="${serverCfg.dataPath}/nextcloud/www";
|
||||||
owner = "33:33";
|
owner = "33:33";
|
||||||
@@ -19,7 +21,6 @@ in {
|
|||||||
subdomain = containerCfg.subdomain;
|
subdomain = containerCfg.subdomain;
|
||||||
image = "nextcloud:${version}";
|
image = "nextcloud:${version}";
|
||||||
port = 80;
|
port = 80;
|
||||||
ip = containerCfg.ip;
|
|
||||||
secret = name;
|
secret = name;
|
||||||
extraEnv = {
|
extraEnv = {
|
||||||
REDIS_HOST = builder.host;
|
REDIS_HOST = builder.host;
|
||||||
|
|||||||
Reference in New Issue
Block a user