[sops] Add Tibo-NixTop key

This commit is contained in:
Tibo De Peuter 2025-10-04 17:38:21 +02:00
parent 92be81fb8f
commit b6c88b47d9
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
6 changed files with 61 additions and 50 deletions

View file

@ -14,8 +14,8 @@ in {
# Add secrets.yml to the Nix Store.
defaultSopsFile = ../../../secrets/secrets.yaml;
age = {
# Automatically import SSH keys as age keys.
sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
# Don't derive age keys from SSH keys.
sshKeyPaths = [ ];
# Use an age key that is expected to already be in the filesystem.
# You will need to place this file manually.
keyFile = "/var/lib/sops-nix/key.txt";