diff --git a/modules/hardening.nix b/modules/hardening.nix index 6403df5..ca324ff 100644 --- a/modules/hardening.nix +++ b/modules/hardening.nix @@ -38,6 +38,7 @@ ignoreIP = [ "100.64.0.0/10" "127.0.0.0/8" + "::1/128" ]; };