corrects small typo

This commit is contained in:
geri1701 2023-03-07 18:21:15 +01:00 committed by GitHub
parent 7cff56b439
commit bdccb322d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -768,7 +768,7 @@ The actual sops configuration is in the `sops` namespace in your home.nix (or in
{ {
sops = { sops = {
age.keyFile = "/home/user/.age-key.txt"; # must have no password! 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" ]; #age.sshKeyPaths = [ "/home/user/path-to-ssh-key" ];
defaultSopsFile = ./secrets.yaml; defaultSopsFile = ./secrets.yaml;
secrets.test = { secrets.test = {