From bf3c949b70ebd5fe06f4e8dd18e45e599ec913a1 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 4 Mar 2026 13:31:19 -0500 Subject: [PATCH] service-configs: add murmur port --- configuration.nix | 1 + service-configs.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 4181355..b744729 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 = { diff --git a/service-configs.nix b/service-configs.nix index da9a37d..cee64ee 100644 --- a/service-configs.nix +++ b/service-configs.nix @@ -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