Compare commits
3 commits
d6a5bd96c9
...
a5987cb611
Author | SHA1 | Date | |
---|---|---|---|
a5987cb611 | |||
608fb67b91 | |||
8a5cf2e819 |
1 changed files with 1 additions and 2 deletions
|
@ -5,10 +5,9 @@
|
||||||
networks."10-lan" = {
|
networks."10-lan" = {
|
||||||
matchConfig.Name = "enp1s0";
|
matchConfig.Name = "enp1s0";
|
||||||
address = [
|
address = [
|
||||||
# NOTE: Default outgoing address is the LAST address in the list
|
|
||||||
"159.69.4.2/32"
|
"159.69.4.2/32"
|
||||||
"2a01:4f8:1c0c:70d1::2/64"
|
|
||||||
"2a01:4f8:1c0c:70d1::1/64"
|
"2a01:4f8:1c0c:70d1::1/64"
|
||||||
|
"2a01:4f8:1c0c:70d1::2/64"
|
||||||
];
|
];
|
||||||
routes = [
|
routes = [
|
||||||
{routeConfig = {Destination = "172.31.1.1";};}
|
{routeConfig = {Destination = "172.31.1.1";};}
|
||||||
|
|
Loading…
Reference in a new issue