From 31e11d4a1e0a67784ceaf9dc567a10f05e7902dc Mon Sep 17 00:00:00 2001 From: caley <195605706+cqley@users.noreply.github.com> Date: Thu, 30 Jul 2026 01:08:49 +0200 Subject: Update configuration.nix --- nixos/hosts/box/configuration.nix | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'nixos/hosts') diff --git a/nixos/hosts/box/configuration.nix b/nixos/hosts/box/configuration.nix index 09150aa..c789c77 100644 --- a/nixos/hosts/box/configuration.nix +++ b/nixos/hosts/box/configuration.nix @@ -33,21 +33,6 @@ networking.hostName = "box"; networking.networkmanager.enable = true; - networking.firewall.allowedUDPPorts = [ 51820 ]; - - networking.wireguard.interfaces.wg0 = { - ips = [ "10.0.0.2/24" ]; - privateKeyFile = "/var/lib/wireguard/privatekey"; - - peers = [ - { - publicKey = "P2LPLBq/6qXE5Mmv8DJUviU89Yu5s7vysbyWncnZchY="; - allowedIPs = [ "10.0.0.0/24" ]; - endpoint = "5.231.118.254:51820"; - persistentKeepalive = 25; - } - ]; - }; time.timeZone = "Europe/Berlin"; i18n.defaultLocale = "en_US.UTF-8"; -- cgit v1.3.1