From f93809f221d926ffd5f6fb422cd5152ee87ea4e2 Mon Sep 17 00:00:00 2001 From: Dustin Lyons Date: Sun, 12 Nov 2023 23:07:33 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 300aa402..5fe24e3a 100644 --- a/README.md +++ b/README.md @@ -287,7 +287,7 @@ EDITOR=vim nix run github:ryantm/agenix -- -e secret.age ``` This opens an editor to accept, encrypt, and write your secret to disk. -Commit the file to your `nix-secrets` repo and add a reference in the `secrets.nix` of your `nixos-config`. References look like +Commit the file to your `nix-secrets` repo and add a reference in the `secrets.nix` of your `nix-secrets` repository. References look like ``` { "secret.age".publicKeys = [ user1 system1 ];