From 0256080d11b53acef115d7547ad3e33e7a879e10 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Thu, 17 Oct 2019 13:59:52 +0200 Subject: 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. --- nixos/modules/services/networking/pppd.nix | 1 + 1 file changed, 1 insertion(+) 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, ... }: { -- cgit 1.4.1