From f6263717329ce6bb3f5dd3e7836fb6212a2822f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=91=E9=AD=9A=7E=E9=9B=91=E9=AD=9A=7E?= <102341238+DataEraserC@users.noreply.github.com> Date: Wed, 16 Aug 2023 04:25:29 -0600 Subject: [PATCH] Fix typo --- secrets/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secrets/README.md b/secrets/README.md index 83b010c3..14e36bc2 100644 --- a/secrets/README.md +++ b/secrets/README.md @@ -121,7 +121,7 @@ Then, create `./secrets/default.nix` with the following content: ]; age.secrets."xxx" = { - # wether secrets are symlinked to age.secrets..path + # whether secrets are symlinked to age.secrets..path symlink = true; # target path for decrypted file path = "/etc/xxx/";