Merge pull request #15 from DataEraserC/main-1

Fix typo
This commit is contained in:
Ryan Yin
2023-08-16 18:27:08 +08:00
committed by GitHub

View File

@@ -121,7 +121,7 @@ Then, create `./secrets/default.nix` with the following content:
];
age.secrets."xxx" = {
# wether secrets are symlinked to age.secrets.<name>.path
# whether secrets are symlinked to age.secrets.<name>.path
symlink = true;
# target path for decrypted file
path = "/etc/xxx/";