sops: remove sops.age.sshKeyPaths override: sops gets this from openssh config already

This commit is contained in:
colin 2022-12-30 03:49:31 +00:00
parent 0a6d88dfc1
commit 5a273213f6
1 changed files with 0 additions and 4 deletions

View File

@ -33,10 +33,6 @@
# You can avoid this by adding a string to the full path instead, i.e.
# sops.defaultSopsFile = "/root/.sops/secrets/example.yaml";
sops.defaultSopsFile = ../../secrets/universal.yaml;
# This will automatically import SSH keys as age keys
sops.age.sshKeyPaths = [
"/etc/ssh/host_keys/ssh_host_ed25519_key"
];
sops.gnupg.sshKeyPaths = []; # disable RSA key import
# This is using an age key that is expected to already be in the filesystem
# sops.age.keyFile = "/home/colin/.ssh/age.pub";