add cirrus secrets

This commit is contained in:
Grigory Shipunov 2022-06-17 19:28:55 +02:00
parent 659ce321a6
commit b31fd6617f
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

9
hosts/cirrus/secrets.nix Normal file
View file

@ -0,0 +1,9 @@
{ config, ... }:
{
sops.defaultSopsFile = ../../secrets/cirrus/secrets.yaml;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.secrets = {
"wg/oxalab-seckey" = { };
};
}