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

This commit is contained in:
2026-05-12 17:44:18 +02:00
parent 79422c180a
commit 20d3786547

View File

@@ -76,6 +76,8 @@ let
};
};
in {
sops = true;
db = true;
paths = [{
path="${serverCfg.configPath}/etherpad/";
mode = "0444";
@@ -86,7 +88,6 @@ in {
subdomain = containerCfg.subdomain;
imageStream = image;
port = 8080;
ip = containerCfg.ip;
secret = name;
extraEnv = {
TITLE = "Pad";