summaryrefslogtreecommitdiff
path: root/hosts/microwave/secrets.nix
blob: b343ec8eb24809d2b039a492220dc2d383a92b08 (plain)
1
2
3
4
5
6
7
8
9
10
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" = { };
  };
}