ma minimal: same type for use_tempaddr as network-interfaces
This commit is contained in:
parent
c22610c8e6
commit
23090dc2ac
@ -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 New Issue
Block a user