summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-06-10 21:24:53 -0400
committerGitHub <noreply@github.com>2019-06-10 21:24:53 -0400
commit049884ba12f871ab376dd9f018b113d048417eef (patch)
tree0d03b4d770d4c761b87732cba2014945a736fa1c /nixos
parent290737edf0f6c14ffd999b8b71941ad15cf74c35 (diff)
parentf7ef7bacb7c6785e4ba28aedff63bb87c86ec502 (diff)
downloadnixpkgs-049884ba12f871ab376dd9f018b113d048417eef.tar
nixpkgs-049884ba12f871ab376dd9f018b113d048417eef.tar.gz
nixpkgs-049884ba12f871ab376dd9f018b113d048417eef.tar.bz2
nixpkgs-049884ba12f871ab376dd9f018b113d048417eef.tar.lz
nixpkgs-049884ba12f871ab376dd9f018b113d048417eef.tar.xz
nixpkgs-049884ba12f871ab376dd9f018b113d048417eef.tar.zst
nixpkgs-049884ba12f871ab376dd9f018b113d048417eef.zip
Merge pull request #62941 from woffs/openvpn-url
openvpn: fix static key mini howto url
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/openvpn.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/openvpn.nix b/nixos/modules/services/networking/openvpn.nix
index b94b4026fd9..f47122ee70b 100644
--- a/nixos/modules/services/networking/openvpn.nix
+++ b/nixos/modules/services/networking/openvpn.nix
@@ -85,7 +85,7 @@ in
         {
           server = {
             config = '''
-              # Simplest server configuration: http://openvpn.net/index.php/documentation/miscellaneous/static-key-mini-howto.html.
+              # Simplest server configuration: https://community.openvpn.net/openvpn/wiki/StaticKeyMiniHowto
               # server :
               dev tun
               ifconfig 10.8.0.1 10.8.0.2