all repos — nixfiles @ 0cda5a1404890ef92ccf31c8adabf35528671032

System and user configuration, managed by nix and home-manager

nanopi: only use ULAs for LAN DNS lookups
Alan Pearce alan@alanpearce.eu
Mon, 24 Jun 2024 17:10:11 +0200
commit

0cda5a1404890ef92ccf31c8adabf35528671032

parent

2eba4fd114d966da14e91ce6945cfa9a69238649

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M system/nanopi.nixsystem/nanopi.nix
@@ -538,7 +538,8 @@ dhcp-authoritative = true;       dhcp-rapid-commit = true;
       dhcp-range = [
         "10.0.1.0,10.0.1.250,12h"
-        "::,constructor:bridge0,ra-stateless,ra-names,48h"
+        "fd12:d04f:65d:42::,slaac,ra-names,48h"
+        "::,constructor:bridge0,ra-stateless,48h"
       ];
       dhcp-host = [
         "00:a0:de:b3:0c:01,10.0.0.50,wxa-50"