Disable ipv6 temporary addresses

This commit is contained in:
Alex 2022-08-23 13:12:07 +02:00
parent 8cd804a8c0
commit 02b1e6200c
Signed by untrusted user: lx
GPG key ID: 0E496D15096376BE

View file

@ -96,6 +96,7 @@ in
]; ];
}; };
ip6config = { ip6config = {
tempAddress = "disabled";
ipv6.addresses = [ ipv6.addresses = [
{ {
address = cfg.ipv6; address = cfg.ipv6;