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 {
|
peers = mkOption {
|
||||||
default = {};
|
default = {};
|
||||||
|
description = "pppd peers.";
|
||||||
type = types.attrsOf (types.submodule (
|
type = types.attrsOf (types.submodule (
|
||||||
{ name, ... }:
|
{ name, ... }:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user