From 8a9b2ced8ef2c66ee963e92febeb1be59f68809d Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Tue, 16 Apr 2024 02:41:23 +0200 Subject: [PATCH] delta: fix ipv6 why doesn't this fail nixos build?? --- hosts/delta/network.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/delta/network.nix b/hosts/delta/network.nix index fb383d0..57d1c8a 100644 --- a/hosts/delta/network.nix +++ b/hosts/delta/network.nix @@ -6,7 +6,7 @@ name = "enp1s0"; address = [ "159.69.4.2/32" - "2a01:4f8:1c0c:70d1::/64/64" + "2a01:4f8:1c0c:70d1::1/64" ]; routes = [ {routeConfig = {Destination = "172.31.1.1";};}