aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/openvpn.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/openvpn.nix')
-rw-r--r--nixos/modules/openvpn.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/openvpn.nix b/nixos/modules/openvpn.nix
index d2c7319..57d59ee 100644
--- a/nixos/modules/openvpn.nix
+++ b/nixos/modules/openvpn.nix
@@ -3,8 +3,8 @@
lib,
pkgs,
...
-}:
-with lib; let
+}: let
+ inherit (lib) mkOption types mkIf;
cnf = config.cynerd.openvpn;
in {
options = {