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.
This commit is contained in:
Frederik Rietdijk 2019-10-17 13:59:52 +02:00
parent f842ba385e
commit 0256080d11

View file

@ -23,6 +23,7 @@ in
peers = mkOption {
default = {};
description = "pppd peers.";
type = types.attrsOf (types.submodule (
{ name, ... }:
{