enable ipv6 for the vps

This commit is contained in:
Rouven Seifert 2023-04-12 20:47:00 +02:00
parent 55c960925c
commit 2145b6271e
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -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";
}; };
}; };
}; };