summaryrefslogtreecommitdiff
path: root/hosts/microwave/secrets.nix
blob: 013e9728217b7ea632d48a952f65e58e20a90410 (plain)
1
2
3
4
5
{ config, ... }:
{
  sops.defaultSopsFile = ../../secrets/microwave/secrets.yaml;
  sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
}