Markdown autodoc examples¶
Remember to set the default-domain
to nix
in your Markdown files
if your options use the {option}`services.foo.enable`
syntax.
You can do it like so:
```{default-domain} nix
```
NixOS-like module options¶
Using autooption
¶
Using automodule
¶
- services.autobar¶
- services.autobar.openFirewall unspecified value[source]¶
Whether to automatically open the firewall.
Warning
This opens the firewall on all network interfaces.
Added in version nixos-24.05.
false
true
- services.autobar.pkg package[source]¶
Alias of
services.autobar.package
.