service-configs: add murmur port
This commit is contained in:
@@ -279,6 +279,7 @@
|
|||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
welcometext = "meow meow meow meow meow :3 xd";
|
welcometext = "meow meow meow meow meow :3 xd";
|
||||||
password = builtins.readFile ./secrets/murmur_password;
|
password = builtins.readFile ./secrets/murmur_password;
|
||||||
|
port = service_configs.ports.murmur;
|
||||||
};
|
};
|
||||||
|
|
||||||
# services.botamusique = {
|
# services.botamusique = {
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ rec {
|
|||||||
livekit = 7880; # TCP
|
livekit = 7880; # TCP
|
||||||
soulseek_listen = 50300; # TCP
|
soulseek_listen = 50300; # TCP
|
||||||
monero = 18080; # TCP
|
monero = 18080; # TCP
|
||||||
|
murmur = 64738; # TCP + UDP
|
||||||
|
|
||||||
# private
|
# private
|
||||||
jellyfin = 8096; # TCP - no services.jellyfin option for this
|
jellyfin = 8096; # TCP - no services.jellyfin option for this
|
||||||
|
|||||||
Reference in New Issue
Block a user