quitte: add ipv6
This commit is contained in:
parent
faf2607319
commit
7d7d60c189
1 changed files with 8 additions and 1 deletions
|
@ -31,11 +31,18 @@
|
||||||
networks."10-wired-default" = {
|
networks."10-wired-default" = {
|
||||||
matchConfig.Name = "enp65s0f0np0";
|
matchConfig.Name = "enp65s0f0np0";
|
||||||
|
|
||||||
address = [ "141.30.30.194/26"];
|
address = [
|
||||||
|
|
||||||
|
"141.30.30.194/26"
|
||||||
|
"2a13:dd85:b23:1::1337/64"
|
||||||
|
];
|
||||||
routes = [
|
routes = [
|
||||||
{
|
{
|
||||||
routeConfig.Gateway = "141.30.30.193";
|
routeConfig.Gateway = "141.30.30.193";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
routeConfig.Gateway = "fe80::7a24:59ff:fe5e:6e2f";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
DNS = "141.30.1.1";
|
DNS = "141.30.1.1";
|
||||||
|
|
Loading…
Reference in a new issue