summary refs log tree commit diff
path: root/nixos/modules/services/networking/pptpd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/pptpd.nix')
-rw-r--r--nixos/modules/services/networking/pptpd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/pptpd.nix b/nixos/modules/services/networking/pptpd.nix
index 513e6174752..56a612b9105 100644
--- a/nixos/modules/services/networking/pptpd.nix
+++ b/nixos/modules/services/networking/pptpd.nix
@@ -1,4 +1,4 @@
-{ config, stdenv, pkgs, lib, ... }:
+{ config, pkgs, lib, ... }:
 
 with lib;