sops: init

This commit is contained in:
Grigory Shipunov 2022-05-29 14:33:39 +02:00
parent 903ad98313
commit b8608870c9
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
5 changed files with 70 additions and 3 deletions

View file

@ -0,0 +1,11 @@
{ config, ... }:
{
sops.defaultSopsFile = ../../secrets/secrets.yaml;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.secrets = {
"wg/wg-zw-seckey" = { };
"wg/wg-dvb-seckey" = { };
"wg/mlwd-nl-seckey" = { };
};
}