1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

Merge pull request #294 from geri1701/patch-1

corrects small typo
This commit is contained in:
Jörg Thalheim 2023-03-08 09:33:18 +01:00 committed by GitHub
commit 00e9e9cd46
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 = {
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 = {