10 lines
86 B
Nix
10 lines
86 B
Nix
|
|
{ config, lib, ... }:
|
|
|
|
let
|
|
cfg = config.services.openvpn;
|
|
in
|
|
{
|
|
# TODO: OpenVPN
|
|
}
|