diff --git a/base/flake-input-exporter.nix b/base/flake-input-exporter.nix index 2a37631..948064e 100644 --- a/base/flake-input-exporter.nix +++ b/base/flake-input-exporter.nix @@ -42,7 +42,9 @@ in ]; extraConfig = '' allow ${values.hosts.ildkule.ipv4}/32; - allow ${values.hosts.ildkule.ipv6}/32; + allow ${values.hosts.ildkule.ipv6}/128; + allow 127.0.0.1/32; + allow ::1/128; allow 129.241.210.128/25; allow 2001:700:300:1900::/64; deny all;