about summary refs log tree commit diff
path: root/nixos/modules/services/networking/pppd.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-10-17 13:59:52 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-10-17 13:59:52 +0200
commit0256080d11b53acef115d7547ad3e33e7a879e10 (patch)
tree7fbf6deedeeb88ce5c8ce651424cc09b80d399d7 /nixos/modules/services/networking/pppd.nix
parentf842ba385effd2a44bf7223bbfc50b5a32be99be (diff)
downloadnixlib-0256080d11b53acef115d7547ad3e33e7a879e10.tar
nixlib-0256080d11b53acef115d7547ad3e33e7a879e10.tar.gz
nixlib-0256080d11b53acef115d7547ad3e33e7a879e10.tar.bz2
nixlib-0256080d11b53acef115d7547ad3e33e7a879e10.tar.lz
nixlib-0256080d11b53acef115d7547ad3e33e7a879e10.tar.xz
nixlib-0256080d11b53acef115d7547ad3e33e7a879e10.tar.zst
nixlib-0256080d11b53acef115d7547ad3e33e7a879e10.zip
nixos/pppd: add description for peers, unbreaks metrics job and channel
services.pppd.peers was lacking a description, causing a trace warning
resulting in a parse error in the metrics job.
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 db1359117644..e96c27bd84b4 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, ... }:
           {