disabled services.murmur.enableFirewall
This commit is contained in:
parent
fc5f90104a
commit
59e179de94
2 changed files with 14 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
password = "$MURMUR_LOGIN_PASSWORD";
|
||||
|
||||
port = 64738; # tcp/udp - this is the default but i'm writing it out as to not have to dig into the declaration every time i need to know which port it is.
|
||||
openFirewall = true; # this is fine since glucose is not public-facing. otherwise i would prefer to do it through `networking`
|
||||
openFirewall = false;
|
||||
registerName = "Adyya's cave of hushed tones";
|
||||
registerUrl = "https://mumble.collective-conciousness.monster";
|
||||
registerHostname = "mumble.collective-conciousness.mosnter"; # i vaguely know what the difference between these two are but it is a bit strange, i guess.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue