From ccee13c58156d26eee7e3bf3f55f731618abc0d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Fri, 13 Dec 2024 12:35:48 +0100 Subject: [PATCH] s/do not forget/remember/ --- secrets/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/secrets/README.md b/secrets/README.md index 8c3a4c1e..c0fcc17d 100644 --- a/secrets/README.md +++ b/secrets/README.md @@ -22,8 +22,8 @@ As an example, let us add a secret in a file “cheeses” whose content should extension); this will open your `$EDITOR` ; enter “best ones come unpasteurised”, save and close. -3. If you are doing something flake-related such as NixOps4, do not forget to - commit or at least stage the secret. +3. If you are doing something flake-related such as NixOps4, remember to commit + or at least stage the secret. 4. In the machine's configuration, load the Agenix NixOS module, declare your secret, possibly with owner/group, and use it where necessary, eg.: