[sops] Add Tibo-NixTop key
This commit is contained in:
parent
92be81fb8f
commit
b6c88b47d9
6 changed files with 61 additions and 50 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue