summary refs log tree commit diff
path: root/machines/taupe
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-05-01 18:40:37 +0200
committerMel <mel@rnrd.eu>2026-05-01 18:40:37 +0200
commita4ab740d07706d86503b84d36addcbbbf7a4944b (patch)
tree24c52a29b9a3182149db37e332bee3af9b9f6014 /machines/taupe
parentc9f2260dc0414d451d551f8ffdf1f573e7be41ff (diff)
downloadnetwork-a4ab740d07706d86503b84d36addcbbbf7a4944b.tar.zst
network-a4ab740d07706d86503b84d36addcbbbf7a4944b.zip
Re-add simple VPN and simplify module with shared users with tunnel
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/taupe')
-rw-r--r--machines/taupe/default.nix5
1 files changed, 5 insertions, 0 deletions
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";