rasmus-kirk/nixarr

Add option to run sshd through VPN

rasmus-kirk opened this issue · 0 comments

A common usecase is to allow SSH access to the server from remote locations, an easy way to do this, if you're already running a VPN anyways is to simply run the sshd service through the VPN and port forward through your VPN provider. Something like:

nixarr.sshd.vpn.enable = true;