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