forked from DGNum/colmena
manual/keys: Fix typos
This commit is contained in:
parent
be837ee341
commit
8c592c772d
1 changed files with 1 additions and 1 deletions
|
@ -46,5 +46,5 @@ to your service configuration.
|
||||||
## Flakes
|
## Flakes
|
||||||
|
|
||||||
If you are using flakes, Nix will copy the entire flake (everything tracked by git) into the Nix store during evaluation.
|
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.<name>.keyFile` with flakes without having the secrets copied to the Nix store, a quoted absolute path can be used.
|
To use `deployment.keys.<name>.keyFile` with flakes without having the secrets copied to the Nix store, a quoted absolute path can be used.
|
||||||
|
|
Loading…
Reference in a new issue