From ca4c6e0393fea7dff49fbad1df0f2daf35e9ad17 Mon Sep 17 00:00:00 2001 From: Matthew Salerno Date: Thu, 10 Aug 2023 21:19:10 -0400 Subject: [PATCH] quick docs fix --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4ac3b68..b66b293 100644 --- a/README.md +++ b/README.md @@ -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