This commit is contained in:
2026-02-10 17:39:01 -05:00
parent f3e972b3a4
commit 0f1e249127
3 changed files with 39 additions and 0 deletions

View File

@@ -122,6 +122,7 @@
matrix_federation = 8448;
coturn = 3478;
coturn_tls = 5349;
ntfy = 2586;
};
https = {
@@ -177,6 +178,10 @@
domain = "matrix.${https.domain}";
};
ntfy = {
domain = "ntfy.${https.domain}";
};
syncthing = {
dataDir = services_dir + "/syncthing";
signalBackupDir = "/${zpool_ssds}/bak/signal";