mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Add option for sshKeyPaths in sops
This commit is contained in:
parent
d2f9a557f0
commit
12b4c4c013
@ -12,6 +12,10 @@ with lib; {
|
||||
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||
age.generateKey = true;
|
||||
gnupg.sshKeyPaths = [
|
||||
../secrets/keys/users
|
||||
../secrets/keys/hosts
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user