You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -364,7 +364,20 @@ e.g. inside your `flake.nix` file:
364
364
When the `age.secrets` attribute set contains a secret, the `agenix` NixOS module will later automatically decrypt and mount that secret under the default path `/run/agenix/secret1`.
365
365
Here the `secret1.age` file becomes part of your NixOS deployment, i.e. moves into the Nix store.
366
366
367
-
6. Reference the secrets' mount path in your config:
367
+
You may also generate them based on the `secrets.nix` file with no extra options:
0 commit comments