From f8edf5120736fbc07b73df8cbd3bf6ec7a5c0fc8 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Sat, 14 Sep 2024 05:38:37 +0200 Subject: [PATCH] fix issue with openvpn extraArgs after update --- modules/blocks/vpn.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/blocks/vpn.nix b/modules/blocks/vpn.nix index 946c6e6..a8068de 100644 --- a/modules/blocks/vpn.nix +++ b/modules/blocks/vpn.nix @@ -267,6 +267,8 @@ in inherit (c) dev remoteServerIP authFile; dependentServices = lib.optional (c.proxyPort != null) "tinyproxy-${name}.service"; }; + + extraArgs = []; }; }; in