From 5e4cf9763f7cdb46d1980bdc1bd0f878ee9a3165 Mon Sep 17 00:00:00 2001 From: s0me1newithhand7s Date: Fri, 29 May 2026 00:38:57 +0300 Subject: [PATCH] fix(ada): firewalld misstyped Signed-off-by: s0me1newithhand7s --- ada/services/firewalld.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ada/services/firewalld.nix b/ada/services/firewalld.nix index 3340688..eeabdac 100644 --- a/ada/services/firewalld.nix +++ b/ada/services/firewalld.nix @@ -8,12 +8,12 @@ _: { CleanupModulesOnExit = true; StrictForwardPorts = true; logDenied = "off"; - FlushAllOnReload = "yes"; + FlushAllOnReload = true; ReloadPolicy = "DROP"; - RFC3964_IPv4 = "yes"; - NftablesCounters = "no"; - NftablesTableOwner = "yes"; - IndividualCalls = "no"; + RFC3964_IPv4 = true; + NftablesCounters = false; + NftablesTableOwner = true; + IndividualCalls = false; }; zones = {