mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
Update README.md
Co-authored-by: pogobanane <38314551+pogobanane@users.noreply.github.com>
This commit is contained in:
parent
5e580b4bdd
commit
68d25e682b
1 changed files with 1 additions and 0 deletions
|
@ -771,6 +771,7 @@ The actual sops configuration is in the `sops` namespace in your home.nix (or in
|
|||
age.keyFile = "/home/user/.age-key.txt"; # must have no password!
|
||||
# It's alos possible to use a ssh key, but only when it has no password:
|
||||
#age.sshKeyPaths = [ "/home/user/path-to-ssh-key" ];
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
sops.secrets.test = {
|
||||
# sopsFile = ./secrets.yml.enc; # optionally define per-secret files
|
||||
path = "%r/test.txt"; # %r gets replaced with your $XDG_RUNTIME_DIR, use %% to specify a '%' sign
|
||||
|
|
Loading…
Reference in a new issue