Merge pull request 'blog: grammar fixes for introducing nixos-facter' (#1820) from brianmcgee/clan-core:fix/blog-nixos-facter-grammmer into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1820
This commit is contained in:
Mic92
2024-07-29 15:56:37 +00:00

View File

@@ -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].