summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/networking.nix18
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 = {