From 29dddb861add46129652b8cfa53eb6afa3d7bab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Gro=C3=9Fmann?= Date: Sat, 3 Jun 2023 20:10:41 +0900 Subject: [PATCH] chore: further improved readme --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54420f0..70bcdd9 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,23 @@ - `patrick` my normal everyday unprivileged user - `root` root user imported by every host -## Flake structure +## Flake output structure +- `apps` executables used for editing this configuration + - `edit-secret` edit an age encrypted secret + - `rekey` rekey all secret files for the host's secret key, enabling agenix + - `rekey-save-output` only internal use +- `checks` linting and other checks for this repository + - `pre-commit-check` automatic checks executed as pre-commit hooks +- `colmena` outputs used by colmena +- `colmenaNodes` per node configuration +- `nodes` alias to `colmenaNodes` +- `devshell` development shell using devshell +- `extraLib` additional library function defined in `nix/lib.nix` +- `formatter` nix code formatter +- `hosts` host meta declaration +- `pkgs` nixpkgs +- `secretsConfig` meta configuration for secrets +- `stateVersion` global stateversion used by nixos and home-manager to determine default config ## How-To