diff options
author | pennae <pennae.git@eno.space> | 2023-10-01 18:41:26 +0200 |
---|---|---|
committer | pennae <pennae.git@eno.space> | 2023-10-01 18:41:26 +0200 |
commit | 04b7ba3a33bded61429bf18f0513983c5ab08eb3 (patch) | |
tree | 901217fc3f454d4a79053074536d192728519fd2 /openwrt/uci.nix | |
parent | 61e20312ff66ab8d9af6ed2963ffc3acca50b14e (diff) | |
download | dewclaw-04b7ba3a33bded61429bf18f0513983c5ab08eb3.tar.gz dewclaw-04b7ba3a33bded61429bf18f0513983c5ab08eb3.tar.xz dewclaw-04b7ba3a33bded61429bf18f0513983c5ab08eb3.zip |
add *some* documentation
Diffstat (limited to 'openwrt/uci.nix')
-rw-r--r-- | openwrt/uci.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/uci.nix b/openwrt/uci.nix index ac9c9f6..d6d3288 100644 --- a/openwrt/uci.nix +++ b/openwrt/uci.nix @@ -124,7 +124,10 @@ in (either (uciAttrsOf "section" options) # name ... (listOf options) # [{ ... }] - )); + )) + // { + description = "UCI config"; + }; }; default = {}; description = '' |