diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2025-01-26 23:12:54 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2025-01-26 23:12:54 +0100 |
| commit | 4f4c3404e3dde9502dbf7c15389c9ed50df8c57a (patch) | |
| tree | d7c46fa35c4b58887323d6386b2570f76a84bba0 | |
| parent | faf736701ae1f26103e000538f2ede29098f5a79 (diff) | |
networking: disable wireguard
| -rw-r--r-- | config/networking.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/config/networking.nix b/config/networking.nix index 9839218..9865f01 100644 --- a/config/networking.nix +++ b/config/networking.nix @@ -17,24 +17,6 @@ pskRaw = "ext:psk"; }; }; - - firewall.allowedUDPPorts = [51820]; - wireguard = { - enable = true; - interfaces.talaria = { - ips = ["10.13.42.2/24"]; - listenPort = 51820; - privateKeyFile = "/etc/wireguard/talaria.key"; - peers = [ - { - publicKey = "qgDFtt7qlKXW81bKpGHg793OXKPM4Hfjg9ntQrANXio="; - allowedIPs = ["10.13.42.1"]; - endpoint = "hermes.aristote.fr:51820"; - persistentKeepalive = 25; - } - ]; - }; - }; }; services.tailscale = { |
