Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -52,4 +55,4 @@ Open the quick access menu by clicking the **...** on your Steam Deck and select
```bash
pnpm i
pnpm run build
```
```