nix-dotfiles/modules/openvpn.nix

10 lines
86 B
Nix
Raw Normal View History

2023-12-23 06:49:01 +01:00
{ config, lib, ... }:
let
cfg = config.services.openvpn;
in
{
# TODO: OpenVPN
}