delta: fix ipv6
why doesn't this fail nixos build??
This commit is contained in:
parent
b1c77e4413
commit
8a9b2ced8e
|
@ -6,7 +6,7 @@
|
||||||
name = "enp1s0";
|
name = "enp1s0";
|
||||||
address = [
|
address = [
|
||||||
"159.69.4.2/32"
|
"159.69.4.2/32"
|
||||||
"2a01:4f8:1c0c:70d1::/64/64"
|
"2a01:4f8:1c0c:70d1::1/64"
|
||||||
];
|
];
|
||||||
routes = [
|
routes = [
|
||||||
{routeConfig = {Destination = "172.31.1.1";};}
|
{routeConfig = {Destination = "172.31.1.1";};}
|
||||||
|
|
Loading…
Reference in a new issue