From fff69380a8c026502563a4a002a7e699196efd3c Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 21 May 2025 20:40:45 -0400 Subject: [PATCH] Infini-DESKTOP: remove berrybyte vpn --- hosts/Infini-DESKTOP/default.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/hosts/Infini-DESKTOP/default.nix b/hosts/Infini-DESKTOP/default.nix index 22cdb1d..61cb504 100644 --- a/hosts/Infini-DESKTOP/default.nix +++ b/hosts/Infini-DESKTOP/default.nix @@ -75,18 +75,4 @@ }; networking.firewall.allowedUDPPorts = [ 51820 ]; - - networking.wg-quick.interfaces.wg0 = { - address = [ "10.10.0.3/32" ]; - listenPort = 51820; - privateKeyFile = "/home/infinidoge/tmp/bb-vpn.key"; - peers = [ - { - publicKey = "SYpnrGvxx8l4w9c7KVRVW6GyNDr/iK+maPPMw/Ua7XY="; - allowedIPs = [ "10.9.0.0/24" ]; - endpoint = "66.23.193.252:55555"; - persistentKeepalive = 25; - } - ]; - }; }