From d3c2953655e5210bbe7b061bc622410bb03488e4 Mon Sep 17 00:00:00 2001 From: toufic ar Date: Thu, 5 Feb 2026 06:47:46 +0200 Subject: [PATCH] ipv6 default route address --- config/network.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/network.nix b/config/network.nix index 67d88b4..09751ca 100644 --- a/config/network.nix +++ b/config/network.nix @@ -15,6 +15,7 @@ in { ]; routes = [ { + address = "::"; via = "fe80::1"; prefixLength = 0; }