From b0af9c76e1687f2afad15ba7a0de1d24331868c8 Mon Sep 17 00:00:00 2001 From: Karel Kočí Date: Mon, 15 Jun 2026 10:13:35 +0200 Subject: Add ellshv openvpn --- nixos/modules/openvpn.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos/modules/openvpn.nix') diff --git a/nixos/modules/openvpn.nix b/nixos/modules/openvpn.nix index da29dd7..8837904 100644 --- a/nixos/modules/openvpn.nix +++ b/nixos/modules/openvpn.nix @@ -40,6 +40,10 @@ in { ${pkgs.systemd}/bin/resolvectl domain "$dev" "~$domain" ''; }; + ellshv = mkIf cnf.elektroline { + config = "config /run/secrets/ellshv.ovpn"; + autoStart = false; + }; }; }; } -- cgit v1.3.1