blob: 679c5115fc76d0c243db5ebf6c253c38dc38c036 (
plain)
1
2
3
4
5
6
7
8
9
|
{ config, ... }:
{
sops.defaultSopsFile = ../../secrets/dishwasher/secrets.yaml;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.secrets = {
"wg/oxalab-seckey" = { };
};
}
|