delta: fix ipv6

why doesn't this fail nixos build??
This commit is contained in:
Casper V. Kristensen 2024-04-16 02:41:23 +02:00
parent b1c77e4413
commit 8a9b2ced8e

View file

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