loki: Enable IPv6 privacy extensions
This commit is contained in:
parent
37787f0ca4
commit
713c4d75d6
1 changed files with 6 additions and 0 deletions
|
@ -249,6 +249,12 @@
|
||||||
network = {
|
network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
config = {
|
||||||
|
networkConfig = {
|
||||||
|
IPv6PrivacyExtensions = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
wait-online = {
|
wait-online = {
|
||||||
anyInterface = true;
|
anyInterface = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue