diff options
| author | Mel <mel@rnrd.eu> | 2026-03-31 22:11:10 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-03-31 22:11:10 +0200 |
| commit | 2780fc65523814564153d92ab2d0f19be4ba0e02 (patch) | |
| tree | 472904f62e920551dbaba896a524e01576b5ced1 /machines/taureau/default.nix | |
| parent | 7d899f695a1d5a448226ed9479c0e4c52454f595 (diff) | |
| download | network-2780fc65523814564153d92ab2d0f19be4ba0e02.tar.zst network-2780fc65523814564153d92ab2d0f19be4ba0e02.zip | |
VLESS/Reality VPN configuration for DPI evasion
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/taureau/default.nix')
| -rw-r--r-- | machines/taureau/default.nix | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/machines/taureau/default.nix b/machines/taureau/default.nix index 38172cf..0f857a0 100644 --- a/machines/taureau/default.nix +++ b/machines/taureau/default.nix @@ -3,7 +3,7 @@ { imports = [ ../../modules/common.nix - ../../modules/vpn.nix + ../../modules/vpn/egress.nix ./hardware.nix ./devices.nix @@ -11,19 +11,13 @@ foundation = { www = { - enable = true; + enable = false; - public = true; + public = false; tailnet = false; }; - monitoring = { - client.enable = true; - services = [ - "base" - "tailnet" - ]; - }; + monitoring.client.enable = false; wireguard.server.externalInterface = "enp6s16"; }; |
