summary refs log tree commit diff
path: root/nixos/modules/services/networking/pppd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/pppd.nix')
-rw-r--r--nixos/modules/services/networking/pppd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/pppd.nix b/nixos/modules/services/networking/pppd.nix
index db135911764..e96c27bd84b 100644
--- a/nixos/modules/services/networking/pppd.nix
+++ b/nixos/modules/services/networking/pppd.nix
@@ -23,6 +23,7 @@ in
 
       peers = mkOption {
         default = {};
+        description = "pppd peers.";
         type = types.attrsOf (types.submodule (
           { name, ... }:
           {