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";