From 17f385aee1c53a37d318bb9a866c423c9406668f Mon Sep 17 00:00:00 2001 From: clerie Date: Thu, 14 Apr 2022 20:59:22 +0200 Subject: [PATCH] Remove redundant default routes in RAs --- hosts/carbon/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/carbon/configuration.nix b/hosts/carbon/configuration.nix index 3cdbfd7..03ac350 100644 --- a/hosts/carbon/configuration.nix +++ b/hosts/carbon/configuration.nix @@ -91,14 +91,12 @@ interface enp1s0.201 { AdvSendAdvert on; prefix 2001:4cd8:100:1337::/64 {}; - route ::/0 {}; RDNSS fd00:152:152::1 {}; DNSSL net.clerie.de {}; }; interface enp1s0.202 { AdvSendAdvert on; prefix 2001:4cd8:100:1313::/64 {}; - route ::/0 {}; RDNSS 2620:fe::fe 2620:fe::9 {}; # Quad 9 }; '';