From 6fe6bdb73b9133e72abef5431c4dd547c27c08dc Mon Sep 17 00:00:00 2001 From: dfinf2 Date: Thu, 11 Jan 2024 16:57:16 -0500 Subject: [PATCH] Update README.md Added instructions to add a wireguard config file to network manager so it appears in TunnelDeck --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0f7995..765d6f7 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ Some VPN connections required a username and password. These should be entered i ![Store password for all users (not encrypted)](https://user-images.githubusercontent.com/1169297/199479268-5b775a63-fc17-4c99-afec-fb4c8daa01d4.png) +### Importing Wireguard Connection +From Desktop Mode, open a terminal and type `nmcli connection import type wireguard file wireguard.conf` where `wireguard.conf` is your configuration file. Note: the name of this file cannot be large or you will get an error. Once this is done it should show it is successfully imported. Exit Desktop Mode and check TunnelDeck. + ### Connecting to a VPN Once the connection has been created and saved in Desktop Mode, TunnelDeck is ready to be used in Gaming Mode. @@ -52,4 +55,4 @@ Open the quick access menu by clicking the **...** on your Steam Deck and select ```bash pnpm i pnpm run build -``` \ No newline at end of file +```