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 = {