about summary refs log tree commit diff
path: root/modules/gnome-cast.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gnome-cast.nix')
-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;
 }