renovate automerge branch

This commit is contained in:
Vivian 2022-06-03 15:46:47 +02:00
parent 06e38919e8
commit e1eea5e1b8
4 changed files with 20 additions and 20 deletions

View file

@ -26,7 +26,7 @@ in
environment.noXlibs = lib.mkForce false;
networking.firewall.allowedTCPPorts = [ config.services.hedgedoc.configuration.port ];
networking.firewall.allowedTCPPorts = [ config.services.hedgedoc.settings.port ];
vault-secrets.secrets.hedgedoc = { };
@ -46,7 +46,7 @@ in
services.hedgedoc = {
enable = true;
environmentFile = "${vs.hedgedoc}/environment";
configuration = {
settings = {
host = "0.0.0.0";
port = 3000;
sessionSecret = "$SESSION_SECRET";
@ -54,7 +54,7 @@ in
protocolUseSSL = true;
hsts.enable = true;
allowOrigin = [
config.services.hedgedoc.configuration.domain
config.services.hedgedoc.settings.domain
"hedgedoc"
];
allowAnonymous = false;