Fix sshpath and try to figure out how to use sops like this...

This commit is contained in:
Root User 2026-02-07 23:29:06 +01:00
parent b5af91bde0
commit 3e129f880e
Signed by: root
GPG key ID: 087F0A95E5766D72
2 changed files with 5 additions and 20 deletions

View file

@ -20,7 +20,7 @@
# sops.defaultSopsFile = "/root/.sops/secrets/example.yaml";
sops.defaultSopsFile = ../../secrets/songsheet/secrets.yaml;
# This will automatically import SSH keys as age keys
sops.age.sshKeyPaths = ["/home/songsheetprg/.ssh/id_ed25519.pub"];
sops.age.sshKeyPaths = ["/home/database/.ssh/id_ed25519.pub"];
# This is using an age key that is expected to already be in the filesystem
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
# This will generate a new key if the key specified above does not exist