rasmus-kirk / nixarr

The Media Server Nixos Module
https://nixarr.com/
GNU General Public License v3.0
144 stars 11 forks source link

Add option to run sshd through VPN #11

Closed rasmus-kirk closed 7 months ago

rasmus-kirk commented 7 months ago

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;