From 0bf22732c4aae6b1463d12a3273b8bf0450969e6 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Sat, 15 Jun 2024 22:59:09 +0200 Subject: [PATCH] Change IP of beleht to ::2 --- hosts/x86_64-linux/beleth/networking.nix | 2 +- hosts/x86_64-linux/beleth/wireguard.nix | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/x86_64-linux/beleth/networking.nix b/hosts/x86_64-linux/beleth/networking.nix index 30a776a..0d50399 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::1"; + address = "2a01:4f8:10a:1aab::2"; prefixLength = 64; } ]; diff --git a/hosts/x86_64-linux/beleth/wireguard.nix b/hosts/x86_64-linux/beleth/wireguard.nix index a77d9d5..3fcdfef 100644 --- a/hosts/x86_64-linux/beleth/wireguard.nix +++ b/hosts/x86_64-linux/beleth/wireguard.nix @@ -4,9 +4,6 @@ inputs, ... }: { - # networking.nat.enable = true; - # networking.nat.externalInterface = "enp0s31f6"; - # networking.nat.internalInterfaces = "wg0"; networking.firewall = { allowedUDPPorts = [51820]; };