From fb6b4860c759380f2a61dd36814f159004aea361 Mon Sep 17 00:00:00 2001 From: obadz Date: Mon, 20 Jun 2016 20:54:17 +0100 Subject: xl2tpd: add nixos module for service (required adding execv to libredirect) --- nixos/modules/services/networking/pptpd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/networking/pptpd.nix') diff --git a/nixos/modules/services/networking/pptpd.nix b/nixos/modules/services/networking/pptpd.nix index efed604d3dd..513e6174752 100644 --- a/nixos/modules/services/networking/pptpd.nix +++ b/nixos/modules/services/networking/pptpd.nix @@ -16,7 +16,7 @@ with lib; clientIpRange = mkOption { type = types.string; description = "The range from which client IPs are drawn."; - default = "10.124.142.2-11"; + default = "10.124.124.2-11"; }; maxClients = mkOption { -- cgit 1.4.1