hosts/vps1: fix mautrix double puppeting
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m40s

This commit is contained in:
2025-10-05 23:09:27 +01:00
parent 7165d6fe24
commit 13a2c70f97
7 changed files with 11 additions and 8 deletions

View File

@@ -49,6 +49,9 @@ let
address = "https://${matrixSubdomain}";
domain = serverName;
};
double_puppet.secrets = {
"${serverName}" = "as_token:$MAUTRIX_DOUBLEPUPPET_TOKEN";
};
};
proxyConfig = ''
proxy_set_header Host $host;