mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
enable ipv6 for the vps
This commit is contained in:
parent
55c960925c
commit
2145b6271e
|
@ -14,7 +14,10 @@
|
||||||
networks."10-wired" = {
|
networks."10-wired" = {
|
||||||
matchConfig.Name = "ens3";
|
matchConfig.Name = "ens3";
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
DHCP = "yes";
|
DHCP = "ipv4";
|
||||||
|
IPv6AcceptRA = "yes";
|
||||||
|
Address = "2a01:4f8:c012:49de::1/64";
|
||||||
|
Gateway="fe80::1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue