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.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/openvpn.nix b/nixos/modules/openvpn.nix
index 57d59ee..d80dd9d 100644
--- a/nixos/modules/openvpn.nix
+++ b/nixos/modules/openvpn.nix
@@ -1,7 +1,6 @@
{
config,
lib,
- pkgs,
...
}: let
inherit (lib) mkOption types mkIf;