diff options
| author | andromeda <andromeda@lenovo> | 2026-01-12 09:34:25 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-12 09:34:25 +0100 |
| commit | e6669a9d88cb22216193b8fe1bd2766db90773d1 (patch) | |
| tree | 9eecf0368a053e6ccfbb65e0feb0ac4bfa5fb3f5 /modules/nixos | |
| parent | de911e358b0bf313f9e6ad31525246186309f0a9 (diff) | |
add openvpn
Diffstat (limited to 'modules/nixos')
| -rw-r--r-- | modules/nixos/openvpn-client.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/nixos/openvpn-client.nix b/modules/nixos/openvpn-client.nix new file mode 100644 index 0000000..4ad2a4b --- /dev/null +++ b/modules/nixos/openvpn-client.nix @@ -0,0 +1,5 @@ +{ + services.openvpn.servers = { + "173.249.5.230" = {config = ''config /root/nixos/openvpn/173.249.5.230.ovpn'';}; + }; +} |
