commit 7ddceca0b82cab233456e3b2fef37c2a635a2afb (tree) parent 58b5c969fddfabfa01c890347cd55aff79f6d6cd Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Fri, 22 Sep 2023 09:36:26 +0300 fwminex: reject packets Diffstat:
| M | hosts/fwminex/configuration.nix | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix @@ -159,5 +159,6 @@ in { hostId = "3a54afcd"; hostName = "fwminex"; domain = "motiejus.jakst"; + rejectPackets = true; }; }