summary refs log tree commit diff
path: root/machines/truite/default.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-03-31 22:11:10 +0200
committerMel <mel@rnrd.eu>2026-03-31 22:11:10 +0200
commit2780fc65523814564153d92ab2d0f19be4ba0e02 (patch)
tree472904f62e920551dbaba896a524e01576b5ced1 /machines/truite/default.nix
parent7d899f695a1d5a448226ed9479c0e4c52454f595 (diff)
downloadnetwork-2780fc65523814564153d92ab2d0f19be4ba0e02.tar.zst
network-2780fc65523814564153d92ab2d0f19be4ba0e02.zip
VLESS/Reality VPN configuration for DPI evasion
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/truite/default.nix')
-rw-r--r--machines/truite/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/machines/truite/default.nix b/machines/truite/default.nix
index f8dbaaa..01f82f5 100644
--- a/machines/truite/default.nix
+++ b/machines/truite/default.nix
@@ -3,7 +3,7 @@
 {
   imports = [
     ../../modules/common.nix
-    ../../modules/vpn.nix
+    ../../modules/vpn/ingress.nix
 
     ./hardware.nix
     ./devices.nix
@@ -24,8 +24,6 @@
         "tailnet"
       ];
     };
-
-    wireguard.server.externalInterface = "eth0";
   };
 
   system.stateVersion = "25.05";