From d22bd9ae28bc9192d9c02cce701a01072e22ff99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Mon, 3 Nov 2025 08:41:03 +0800 Subject: [PATCH] docs: lan connection when using mullvad --- nix/configurations/vanadium/nixos/connectivity.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/configurations/vanadium/nixos/connectivity.nix b/nix/configurations/vanadium/nixos/connectivity.nix index 3a23eb64..b2f9a380 100644 --- a/nix/configurations/vanadium/nixos/connectivity.nix +++ b/nix/configurations/vanadium/nixos/connectivity.nix @@ -66,6 +66,10 @@ ''; }; + # LAN CONNECTION + # ~~~~~~~~~~~~~~ + # Note that when you're corrected to mullvad, you can't ssh into your local machines. + # I wonder if there's an option to turn this off. services.mullvad-vpn.enable = true; hardware.bluetooth.enable = true;