From f340e366f9f01bc7945a86cf5b13c87cb93fa95b Mon Sep 17 00:00:00 2001 From: Garionion Date: Sat, 23 Jul 2022 15:57:36 +0200 Subject: [PATCH] dns: add default v4 gateway --- hosts/dns/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/dns/configuration.nix b/hosts/dns/configuration.nix index 59a432a..300a5ec 100644 --- a/hosts/dns/configuration.nix +++ b/hosts/dns/configuration.nix @@ -26,6 +26,7 @@ }]; }; }; + networking.defaultGateway = { address = "10.42.10.1"; interface = "ens18"; }; networking.defaultGateway6 = { address = "2a01:4f8:1c0c:8221::1"; interface = "ens18";