mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
corrects small typo
This commit is contained in:
parent
7cff56b439
commit
bdccb322d5
1 changed files with 1 additions and 1 deletions
|
@ -768,7 +768,7 @@ The actual sops configuration is in the `sops` namespace in your home.nix (or in
|
|||
{
|
||||
sops = {
|
||||
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:
|
||||
# It's also possible to use a ssh key, but only when it has no password:
|
||||
#age.sshKeyPaths = [ "/home/user/path-to-ssh-key" ];
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
secrets.test = {
|
||||
|
|
Loading…
Reference in a new issue