mirror of
https://github.com/genebean/dots.git
synced 2026-05-31 23:55:20 -04:00
Add dots.ports module: fleet-wide service port registry (nixnuc + hetznix01)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
84a5c695b0
commit
94fdc678e4
15 changed files with 353 additions and 135 deletions
|
|
@ -13,7 +13,7 @@
|
|||
signing_key_path = config.sops.secrets.matrix_homeserver_signing_key.path;
|
||||
listeners = [
|
||||
{
|
||||
port = 8008;
|
||||
inherit (config.dots.ports.matrix-synapse) port;
|
||||
tls = false;
|
||||
type = "http";
|
||||
x_forwarded = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue