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:
parent
f842ba385e
commit
0256080d11
|
@ -23,6 +23,7 @@ in
|
|||
|
||||
peers = mkOption {
|
||||
default = {};
|
||||
description = "pppd peers.";
|
||||
type = types.attrsOf (types.submodule (
|
||||
{ name, ... }:
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue