summaryrefslogtreecommitdiff
path: root/hosts/microwave/secrets.nix
blob: d7f439c0f53bb011474a2e64e084a3c4992969e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ config, ... }:
{
  sops.defaultSopsFile = ../../secrets/microwave/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" = { };
    "wg/oxalab-seckey" = { };
  };
}