maintenance and OpenVPN

This commit is contained in:
2025-07-29 13:29:44 -05:00
parent 7a65a428b3
commit 9922083fcd
6 changed files with 180 additions and 34 deletions

View File

@@ -0,0 +1,7 @@
{pkgs, ...}:
{
services.openvpn.servers = {
homeVPN = { config = '' config ./modules/openvpn/homeVPN.ovpn ''; };
};
}