summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-11-24 12:10:49 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-11-24 12:10:49 +0100
commit8acf5ec19ce061d1f7e98df6c9be54b5a9a763c4 (patch)
treee30820050da40cd66f77f1568922487c85f39df9
parenta2bea7955d596defc82fb7914d13fdedc725b42d (diff)
Disable mumble.
-rw-r--r--guix/vkraus/modules/firewall.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/vkraus/modules/firewall.scm b/guix/vkraus/modules/firewall.scm
index 715caf2..2895538 100644
--- a/guix/vkraus/modules/firewall.scm
+++ b/guix/vkraus/modules/firewall.scm
@@ -68,7 +68,7 @@ table inet firewall {
(define-public pk-firewall
(make-firewall
- ;; TCP ports: SSH, HTTP, HTTPS, IMAP, IPAMS, SMTP, SMTP, SMTPS, SMTPAUTH, XMPP-client, XMPP-server, MUMBLE, the substitute server
- '(22 http https 143 993 25 10025 465 587 5222 5269 64738 8091)
+ ;; TCP ports: SSH, HTTP, HTTPS, IMAP, IPAMS, SMTP, SMTP, SMTPS, SMTPAUTH, XMPP-client, XMPP-server, the substitute server
+ '(22 http https 143 993 25 10025 465 587 5222 5269 8091)
;; UDP ports with Minetest
'(http https 64738 30000)))