ipv6 default route address
All checks were successful
/ deploy (push) Successful in 21s

This commit is contained in:
toufic ar 2026-02-05 06:47:46 +02:00
parent 7d94ce0f7b
commit d3c2953655
Signed by: toufic ar
SSH key fingerprint: SHA256:/NaO5I1nG3gYKzrzSiTYIdRyaIYxDWfr1U+d+yfJ/4k

View file

@ -15,6 +15,7 @@ in {
];
routes = [
{
address = "::";
via = "fe80::1";
prefixLength = 0;
}