service-configs: add murmur port
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user