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