loki: Enable IPv6 privacy extensions

This commit is contained in:
Erwin Boskma 2024-08-19 22:31:27 +02:00
parent 37787f0ca4
commit 713c4d75d6
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -249,6 +249,12 @@
network = { network = {
enable = true; enable = true;
config = {
networkConfig = {
IPv6PrivacyExtensions = true;
};
};
wait-online = { wait-online = {
anyInterface = true; anyInterface = true;
}; };