1
0
Fork 0

Use first link local IPv6 address as gateway

This commit is contained in:
clerie 2022-05-26 10:41:27 +02:00
parent e5d1e11b31
commit 3e35deb089
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@
interface = "enp1s0";
};
networking.interfaces."enp1s0.201".ipv6.addresses = [
{ address = "fe80::1"; prefixLength = 64; }
{ address = "fd00:152:152:4::1"; prefixLength = 64; }
{ address = "2001:4cd8:100:1337::1"; prefixLength = 64; } # public IPs for local network
{ address = "2a01:4f8:1c0c:8221::1"; prefixLength = 64; } # public IPs for services