Skip to content

Commit 782a2e9

Browse files
committed
update vpn documentation
1 parent c2d7eaa commit 782a2e9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

modules/vpn.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ in
1111
options.nixflix.vpn = {
1212
enable = mkEnableOption ''
1313
WireGuard VPN. Configures Wireguard in a network namespace named `wg`.
14+
This is independent of the host network namespace. The host network remains untouched.
15+
This means that you can run another VPN client (Wireguard, Mullvad CLI, Tailscale, etc) on the host
16+
if you wish and both VPNs will work independently.
1417
1518
When enabled, most Nixflix services can also be added to the VPN vpnConfinement
1619
with `nixflix.<service>.vpn.enable = true;`.

0 commit comments

Comments
 (0)