From ee4de440bb4354e2aa105173bb299d3bfef663b2 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Sun, 9 Jun 2024 21:48:40 +0200 Subject: [PATCH] schmerz :3 --- hosts/x86_64-linux/beleth/networking.nix | 2 +- hosts/x86_64-linux/beleth/wireguard.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/x86_64-linux/beleth/networking.nix b/hosts/x86_64-linux/beleth/networking.nix index 952fbb2..625bc1e 100644 --- a/hosts/x86_64-linux/beleth/networking.nix +++ b/hosts/x86_64-linux/beleth/networking.nix @@ -23,7 +23,7 @@ addresses = [ { address = "2a01:4f8:10a:1aab::2"; - prefixLength = 80; + prefixLength = 64; } ]; }; diff --git a/hosts/x86_64-linux/beleth/wireguard.nix b/hosts/x86_64-linux/beleth/wireguard.nix index f73f4d0..d49fb7d 100644 --- a/hosts/x86_64-linux/beleth/wireguard.nix +++ b/hosts/x86_64-linux/beleth/wireguard.nix @@ -13,7 +13,7 @@ networking.wireguard.interfaces = { wg0 = { - ips = ["2a01:4f8:10a:1aab::2/64"]; + ips = ["2a0f:be01:fe:fa1::1/64"]; listenPort = 51820;