From d04d5b2c3bcf3cf1150c3adf52d95058b366756f Mon Sep 17 00:00:00 2001 From: Brian McGee Date: Mon, 29 Jul 2024 16:51:00 +0100 Subject: [PATCH] blog: grammar fixes for introducing nixos-facter --- docs/site/blog/posts/nixos-facter.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/site/blog/posts/nixos-facter.md b/docs/site/blog/posts/nixos-facter.md index 10e21f394..b0cdefed9 100644 --- a/docs/site/blog/posts/nixos-facter.md +++ b/docs/site/blog/posts/nixos-facter.md @@ -71,11 +71,12 @@ A user can generate a JSON-based hardware report using a (eventually static) Go } ``` -We are currently assuming that a the system uses [disko], so we have not implemented fileSystems configuration. -If you don't use disko, you have to currently specify that part of the configuration yourself or take it from nixos-generate-config. - That's it. +> We assume that users will rely on [disko], so we have not implemented file system configuration yet (it's on the roadmap). +> In the meantime, if you don't use disko you have to specify that part of the configuration yourself or take it from `nixos-generate-config`. + + ## Early Days Please be aware that [NixOS Facter] is still in early development and is still subject to significant changes especially the output json format as we flesh things out. Our initial goal is to reach feature parity with [nixos-generate-config].