Extend the tutorial to describe location of decrypted secrets

This commit is contained in:
Eric Drechsel 2021-04-08 11:43:54 -07:00 committed by GitHub
parent f30f0eeb11
commit 66374fb29e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -161,6 +161,8 @@ but, if you want to (change the system based on your system):
```nix
age.secrets.secret1.file = ../secrets/secret1.age;
```
This will cause the secret to be decrypted to `age.secrets.secret1.path` (`/run/secrets/secret1` by default). See [modules/age.nix](modules/age.nix) for per-secret options controlling ownership etc.
5. NixOS rebuild or use your deployment tool like usual.
## Rekeying