summaryrefslogtreecommitdiff
path: root/openwrt/uci.nix
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/uci.nix')
-rw-r--r--openwrt/uci.nix5
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 = ''