From a4ab740d07706d86503b84d36addcbbbf7a4944b Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 1 May 2026 18:40:37 +0200 Subject: Re-add simple VPN and simplify module with shared users with tunnel Signed-off-by: Mel --- machines/taupe/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'machines/taupe') diff --git a/machines/taupe/default.nix b/machines/taupe/default.nix index 51d84b4..1c69254 100644 --- a/machines/taupe/default.nix +++ b/machines/taupe/default.nix @@ -22,6 +22,11 @@ }; monitoring.client.enable = false; + + vpn = { + enable = true; + externalInterface = "enp1s0"; + }; }; system.stateVersion = "25.05"; -- cgit 1.4.1