base configuration
This commit is contained in:
9
modules/openvpn.nix
Normal file
9
modules/openvpn.nix
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
{ config, lib, ... }:
|
||||
|
||||
let
|
||||
cfg = config.services.openvpn;
|
||||
in
|
||||
{
|
||||
# TODO: OpenVPN
|
||||
}
|
Reference in New Issue
Block a user