diff --git a/hosts/fw.cloonar.com/modules/unbound.nix b/hosts/fw.cloonar.com/modules/unbound.nix index 9dc296e..b4d3857 100644 --- a/hosts/fw.cloonar.com/modules/unbound.nix +++ b/hosts/fw.cloonar.com/modules/unbound.nix @@ -148,6 +148,10 @@ in { config = { lib, config, pkgs, ... }: { networking = { hostName = "ns"; + defaultGateway = { + address = "10.42.97.1"; + interface = "mv-vserver"; + }; interfaces.mv-vserver = { ipv4.addresses = [{ address = "10.42.97.2";