NixOS modules: Difference between revisions
→Structure: Added meta block. |
m Changed example type |
||
| Line 216: | Line 216: | ||
settings = lib.options.mkOption { | settings = lib.options.mkOption { | ||
type = lib.types. | type = lib.types.toml; | ||
default = {}; | default = {}; | ||
description = '' | description = '' | ||