From 8bf38968188466a7726811be463e8094f2469d68 Mon Sep 17 00:00:00 2001 From: Yannick Markus Date: Sun, 21 Nov 2021 15:13:56 +0100 Subject: [PATCH] README: clarify that 'config' has to be prefixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df7c15b..6e9001a 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ but, if you want to (change the system based on your system): ``` 6. NixOS rebuild or use your deployment tool like usual. - The secret will be decrypted to the value of `age.secrets.secret1.path` (`/run/agenix/secret1` by default). For per-secret options controlling ownership etc, see [modules/age.nix](modules/age.nix). + The secret will be decrypted to the value of `config.age.secrets.secret1.path` (`/run/agenix/secret1` by default). For per-secret options controlling ownership etc, see [modules/age.nix](modules/age.nix). ## Rekeying