From 7ddceca0b82cab233456e3b2fef37c2a635a2afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 22 Sep 2023 09:36:26 +0300 Subject: [PATCH] fwminex: reject packets --- hosts/fwminex/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index bf125ce..1962a66 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -159,5 +159,6 @@ in { hostId = "3a54afcd"; hostName = "fwminex"; domain = "motiejus.jakst"; + rejectPackets = true; }; }