diff --git a/hosts/common.nix b/hosts/common.nix index 5b6a615..7aaff01 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -18,4 +18,5 @@ }; }; time.timeZone = "America/Toronto"; + networking.firewall.logRefusedConnections = false; }