service-configs: add murmur port

This commit is contained in:
2026-03-04 13:31:19 -05:00
parent 643df612ad
commit bf3c949b70
2 changed files with 2 additions and 0 deletions

View File

@@ -279,6 +279,7 @@
openFirewall = true;
welcometext = "meow meow meow meow meow :3 xd";
password = builtins.readFile ./secrets/murmur_password;
port = service_configs.ports.murmur;
};
# services.botamusique = {

View File

@@ -21,6 +21,7 @@ rec {
livekit = 7880; # TCP
soulseek_listen = 50300; # TCP
monero = 18080; # TCP
murmur = 64738; # TCP + UDP
# private
jellyfin = 8096; # TCP - no services.jellyfin option for this