mollysocket: init

Add mollysocket so we can use ntfy for molly (signal)
This commit is contained in:
2026-03-30 13:05:22 -04:00
parent 65c13babac
commit 9392749e66
5 changed files with 52 additions and 0 deletions

View File

@@ -149,6 +149,10 @@ rec {
port = 5000;
proto = "tcp";
};
mollysocket = {
port = 8020;
proto = "tcp";
};
};
};
@@ -219,6 +223,10 @@ rec {
domain = "ntfy.${https.domain}";
};
mollysocket = {
domain = "mollysocket.${https.domain}";
};
livekit = {
domain = "livekit.${https.domain}";
};