quick docs fix

release
Matthew Salerno 1 year ago
parent fb7f315db9
commit ca4c6e0393

@ -160,14 +160,6 @@ modules.wirenix.additionalParsers = {
}
```
and then in your acl, set the version:
```nix
...
version = "myConfigurer";
...
```
## Intermediate Configuration
The Intermediate Configuration is a recursive attrset that is more suited for
being used in a NixOS configuration than the ACL Configuration.
@ -281,6 +273,15 @@ modules.wirenix.additionalConfigurers.myConfigurer = import ./my-parser.nix;
modules.wirenix.configurer = "myConfigurer";
```
And then, in your ACL, set the version:
```nix
...
version = "myConfigurer";
...
```
# Troubleshooting
Wirenix tries to stay seperated from the inner working of your config for as
long as possible. As a result, you can do most of your troubleshooting in the

Loading…
Cancel
Save