summary refs log tree commit diff
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
parentf842ba385effd2a44bf7223bbfc50b5a32be99be (diff)
downloadnixpkgs-0256080d11b53acef115d7547ad3e33e7a879e10.tar
nixpkgs-0256080d11b53acef115d7547ad3e33e7a879e10.tar.gz
nixpkgs-0256080d11b53acef115d7547ad3e33e7a879e10.tar.bz2
nixpkgs-0256080d11b53acef115d7547ad3e33e7a879e10.tar.lz
nixpkgs-0256080d11b53acef115d7547ad3e33e7a879e10.tar.xz
nixpkgs-0256080d11b53acef115d7547ad3e33e7a879e10.tar.zst
nixpkgs-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.
-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, ... }:
           {