enable IPv6PrivacyExtensions
This commit is contained in:
parent
00325c241d
commit
d5cdd426c0
1 changed files with 5 additions and 1 deletions
|
|
@ -4,7 +4,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
networks."30-wan" = {
|
networks."30-wan" = {
|
||||||
matchConfig.Name = "enp1s0";
|
matchConfig.Name = "enp1s0";
|
||||||
networkConfig.DHCP = "no";
|
networkConfig = {
|
||||||
|
DHCP = "no";
|
||||||
|
IPv6PrivacyExtensions = true;
|
||||||
|
};
|
||||||
|
|
||||||
address = [
|
address = [
|
||||||
"91.99.155.129/32"
|
"91.99.155.129/32"
|
||||||
"2a01:4f8:c012:d202::1/64"
|
"2a01:4f8:c012:d202::1/64"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue