forked from Deuxfleurs/nixcfg
Disable ipv6 temporary addresses
This commit is contained in:
parent
8cd804a8c0
commit
02b1e6200c
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
ip6config = {
|
ip6config = {
|
||||||
|
tempAddress = "disabled";
|
||||||
ipv6.addresses = [
|
ipv6.addresses = [
|
||||||
{
|
{
|
||||||
address = cfg.ipv6;
|
address = cfg.ipv6;
|
||||||
|
|
Loading…
Reference in a new issue