ma minimal: same type for use_tempaddr as network-interfaces
This commit is contained in:
parent
5460666b4c
commit
696942b585
|
@ -78,8 +78,8 @@
|
||||||
|
|
||||||
# Enable IPv6 Privacy Extensions
|
# Enable IPv6 Privacy Extensions
|
||||||
boot.kernel.sysctl = {
|
boot.kernel.sysctl = {
|
||||||
"net.ipv6.conf.all.use_tempaddr" = 2;
|
"net.ipv6.conf.all.use_tempaddr" = lib.mkDefault "2";
|
||||||
"net.ipv6.conf.default.use_tempaddr" = 2;
|
"net.ipv6.conf.default.use_tempaddr" = lib.mkDefault "2";
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue