maintenance and OpenVPN
This commit is contained in:
7
modules/openvpn/default.nix
Normal file
7
modules/openvpn/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{pkgs, ...}:
|
||||
|
||||
{
|
||||
services.openvpn.servers = {
|
||||
homeVPN = { config = '' config ./modules/openvpn/homeVPN.ovpn ''; };
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user