From 0d3800ea99af309b19767b1b227ca6aabdaf1ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 29 Jul 2024 15:53:50 +0200 Subject: [PATCH] nixos-facter: smaller fixes --- docs/site/blog/posts/nixos-facter.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/site/blog/posts/nixos-facter.md b/docs/site/blog/posts/nixos-facter.md index 40bd07cdf..10e21f394 100644 --- a/docs/site/blog/posts/nixos-facter.md +++ b/docs/site/blog/posts/nixos-facter.md @@ -1,5 +1,5 @@ --- -title: "Introducing Nixos Facter" +title: "Introducing NixOS Facter" description: "Declarative Hardware Configuration in NixOS" authors: - BrianMcGee @@ -33,7 +33,7 @@ Provided that certain sensitive information, such as serial numbers and MAC addr ## Introducing NixOS Facter -Still in its early stages, [Nixos Facter] is intended to do what I've described above. +Still in its early stages, [NixOS Facter] is intended to do what I've described above. A user can generate a JSON-based hardware report using a (eventually static) Go program: `nixos-facter -o facter.json`. From there, they can include this report in their NixOS config and make use of our [NixOS modules](https://github.com/numtide/nixos-facter-modules) as follows: @@ -78,7 +78,7 @@ That's it. ## Early Days -Please be aware that [NixOS Facter] is _super alpha_ and is still subject to significant changes as we flesh things out. Our initial goal is to reach feature parity with [nixos-generate-config]. +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]. From there, we want to continue building our NixOS modules, opening things up to the community, and beginning to capture shared hardware configurations for providers such as Hetzner, etc.