From 8b096a23cc8ac99dec167b27483cfeec24b20a2b Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Mon, 4 Dec 2023 16:50:23 +0100 Subject: [PATCH] add route --- hosts/fw.cloonar.com/modules/unbound.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/fw.cloonar.com/modules/unbound.nix b/hosts/fw.cloonar.com/modules/unbound.nix index b4d3857..1ee11d2 100644 --- a/hosts/fw.cloonar.com/modules/unbound.nix +++ b/hosts/fw.cloonar.com/modules/unbound.nix @@ -157,6 +157,9 @@ in { address = "10.42.97.2"; prefixLength = 24; }]; + ipv4.routes = { + address = "0.0.0.0"; + } }; firewall = { enable = true;