about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2024-10-07 21:27:47 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2024-10-07 21:27:47 +0200
commit886fffb1711c962f7c32630324462d3df0bd55af (patch)
treed6b96fa72ed8c74f4dbdf417c2f27336508845f9
parent921284a283571bde5c35cfc8cc58467412e34cbf (diff)
downloaddots-886fffb1711c962f7c32630324462d3df0bd55af.tar.gz
dots-886fffb1711c962f7c32630324462d3df0bd55af.zip
t14: 74 current 2024-10-07 21:23:51 24.05.20241004.6e6b3dd 6.6.54 *
-rw-r--r--modules/gnome-cast.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gnome-cast.nix b/modules/gnome-cast.nix
index e0f0a0a..b7aaeea 100644
--- a/modules/gnome-cast.nix
+++ b/modules/gnome-cast.nix
@@ -5,4 +5,5 @@
 	];
 
 	networking.firewall.allowedTCPPorts = [ 7236 ];
+	networking.firewall.logRefusedConnections = true;
 }