From f8b1cd1a2b4c9cafac623e149b0b5e336d9026f3 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Mon, 8 Apr 2024 23:09:35 +0200 Subject: [PATCH] delta: switch over ip --- hosts/delta/network.nix | 4 ++-- hosts/delta/unbound.nix | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hosts/delta/network.nix b/hosts/delta/network.nix index e3d4baa..fb383d0 100644 --- a/hosts/delta/network.nix +++ b/hosts/delta/network.nix @@ -5,8 +5,8 @@ networks."10-lan" = { name = "enp1s0"; address = [ - "116.203.20.97/32" # TODO - "2a01:4f8:c2c:6005::/64" # TODO + "159.69.4.2/32" + "2a01:4f8:1c0c:70d1::/64/64" ]; routes = [ {routeConfig = {Destination = "172.31.1.1";};} diff --git a/hosts/delta/unbound.nix b/hosts/delta/unbound.nix index e62ed5f..51cb91d 100644 --- a/hosts/delta/unbound.nix +++ b/hosts/delta/unbound.nix @@ -22,12 +22,12 @@ # allows systemd-resolved to listen on localhost as on every other # system. Default is to listen to DNS on localhost only. interface = [ - "116.203.20.97@53" - "116.203.20.97@443" - "116.203.20.97@853" - "2a01:4f8:c2c:6005::@53" - "2a01:4f8:c2c:6005::@443" - "2a01:4f8:c2c:6005::@853" + "159.69.4.2@53" + "159.69.4.2@443" + "159.69.4.2@853" + "2a01:4f8:1c0c:70d1::1@53" + "2a01:4f8:1c0c:70d1::1@443" + "2a01:4f8:1c0c:70d1::1@853" ]; # Allow access from all netblocks. Default is to allow localhost only. access-control = [