From 8c592c772d023f46e72e8946ea0cf130a3d62ef1 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Sun, 14 May 2023 21:19:55 -0600 Subject: [PATCH] manual/keys: Fix typos --- manual/src/features/keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/src/features/keys.md b/manual/src/features/keys.md index 393f7c7..ea41760 100644 --- a/manual/src/features/keys.md +++ b/manual/src/features/keys.md @@ -46,5 +46,5 @@ to your service configuration. ## Flakes If you are using flakes, Nix will copy the entire flake (everything tracked by git) into the Nix store during evaluation. -This means the all file as checked out by git are world-readable, including the ones managed by filter-based encryption tools like `git-crypt`. +This means that all files as checked out by git are world-readable, including the ones managed by filter-based encryption tools like `git-crypt`. To use `deployment.keys..keyFile` with flakes without having the secrets copied to the Nix store, a quoted absolute path can be used.