summary refs log tree commit diff
path: root/nixos/modules/services/networking
diff options
context:
space:
mode:
authorevujumenuk <evujumenuk@mailinator.com>2017-08-04 21:00:45 +0200
committerGitHub <noreply@github.com>2017-08-04 21:00:45 +0200
commit6070d91e93c29dc53a2d71c7a9505255f1a48459 (patch)
tree2806259e7be9d2d67e28cb3928befbbb8237918a /nixos/modules/services/networking
parente355f7044d7efaa49761bc4d4f43e94b0f2f3ab2 (diff)
downloadnixlib-6070d91e93c29dc53a2d71c7a9505255f1a48459.tar
nixlib-6070d91e93c29dc53a2d71c7a9505255f1a48459.tar.gz
nixlib-6070d91e93c29dc53a2d71c7a9505255f1a48459.tar.bz2
nixlib-6070d91e93c29dc53a2d71c7a9505255f1a48459.tar.lz
nixlib-6070d91e93c29dc53a2d71c7a9505255f1a48459.tar.xz
nixlib-6070d91e93c29dc53a2d71c7a9505255f1a48459.tar.zst
nixlib-6070d91e93c29dc53a2d71c7a9505255f1a48459.zip
wireguard: remove "table" option from example
Most users will be served well by the default "table" setting ("main").
Diffstat (limited to 'nixos/modules/services/networking')
-rw-r--r--nixos/modules/services/networking/wireguard.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/wireguard.nix b/nixos/modules/services/networking/wireguard.nix
index f76909af4caa..5aa4f13d4529 100644
--- a/nixos/modules/services/networking/wireguard.nix
+++ b/nixos/modules/services/networking/wireguard.nix
@@ -250,8 +250,7 @@ in
             peers = [
               { allowedIPs = [ "192.168.20.1/32" ];
                 publicKey  = "xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg=";
-                endpoint   = "demo.wireguard.io:12913";
-                table      = "42"; }
+                endpoint   = "demo.wireguard.io:12913"; }
             ];
           };
         };