From edf0d090120a8abe223231953d3fc4dff8f3f762 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Sun, 25 Sep 2022 12:57:30 -0700 Subject: [PATCH] doc: mention secrets.nix is not imported into a NixOS configuration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aa0170..e36ede0 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ but, if you want to (change the system based on your system): have `sshd` running on it so that it has generated SSH host keys in `/etc/ssh/`. -2. Make a directory to store secrets and `secrets.nix` file for listing secrets and their public keys: +2. Make a directory to store secrets and `secrets.nix` file for listing secrets and their public keys (This file is **not** imported into your NixOS configuration. It is only used for the `agenix` CLI.): ```ShellSession $ mkdir secrets