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