From 4fbfa50b10a863b114023f4d3269dbdf778c9191 Mon Sep 17 00:00:00 2001 From: Ryan Lahfa Date: Wed, 14 Feb 2024 20:40:38 +0100 Subject: [PATCH] profiles/sysadmin: do not log refused connections Signed-off-by: Ryan Lahfa --- profiles/sysadmin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/sysadmin.nix b/profiles/sysadmin.nix index 8f696bf..bc88831 100644 --- a/profiles/sysadmin.nix +++ b/profiles/sysadmin.nix @@ -5,6 +5,7 @@ ]; users.motd = (builtins.readFile ./federez.motd); + networking.firewall.logRefusedConnections = false; environment.systemPackages = [ pkgs.htop pkgs.kitty.terminfo