From 826b738f9e3c7e3f33384b191a6c4fbfa3214e20 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Sun, 9 Jun 2024 22:51:46 +0200 Subject: [PATCH] =?UTF-8?q?fick=20dich=20hetzner=20=F0=9F=96=95fuck=20you?= =?UTF-8?q?=F0=9F=96=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/x86_64-linux/beleth/networking.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/x86_64-linux/beleth/networking.nix b/hosts/x86_64-linux/beleth/networking.nix index 625bc1e..30a776a 100644 --- a/hosts/x86_64-linux/beleth/networking.nix +++ b/hosts/x86_64-linux/beleth/networking.nix @@ -22,7 +22,7 @@ ipv6 = { addresses = [ { - address = "2a01:4f8:10a:1aab::2"; + address = "2a01:4f8:10a:1aab::1"; prefixLength = 64; } ]; @@ -41,6 +41,6 @@ services.resolved.enable = true; services.resolved.extraConfig = '' - DNS=2a01:4ff:ff00::add:1 2a01:4ff:ff00::add:2 185.12.64.1 185.12.64.2 + DNS=185.12.64.1 185.12.64.2 2a01:4ff:ff00::add:1 2a01:4ff:ff00::add:2 ''; }