summaryrefslogtreecommitdiff
path: root/hosts/cirrus/secrets.nix
blob: 4e768bce7fec98c5f972a758c6ac60a9916bc775 (plain)
1
2
3
4
5
6
7
8
9
{ config, ... }:
{
  sops.defaultSopsFile = ../../secrets/cirrus/secrets.yaml;
  sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];

  sops.secrets = {
    "wg/oxalab-seckey" = { };
  };
}