doc: mention secrets.nix is not imported into a NixOS configuration

This commit is contained in:
Ryan Mulligan 2022-09-25 12:57:30 -07:00
parent c96da5835b
commit edf0d09012
1 changed files with 1 additions and 1 deletions

View File

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