From 93e521605df5885cb181b1e4b119c782df488c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 22 Sep 2023 09:58:09 +0300 Subject: [PATCH] fwminex: fix firewall typo --- hosts/fwminex/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 1962a66..80b3b24 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -159,6 +159,6 @@ in { hostId = "3a54afcd"; hostName = "fwminex"; domain = "motiejus.jakst"; - rejectPackets = true; + firewall.rejectPackets = true; }; }