nix-config/hosts/dishwasher/secrets.nix

10 lines
202 B
Nix
Raw Normal View History

2022-06-18 11:49:27 +02:00
{ config, ... }:
{
sops.defaultSopsFile = ../../secrets/dishwasher/secrets.yaml;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.secrets = {
"wg/oxalab-seckey" = { };
};
}