2025-01-11 02:34:54 +01:00
|
|
|
{ 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;
|
|
|
|
};
|
2025-01-12 21:32:36 +01:00
|
|
|
"wg/0xa-proxy" = {
|
|
|
|
owner = config.users.users.systemd-network.name;
|
|
|
|
};
|
2025-01-11 02:34:54 +01:00
|
|
|
};
|
|
|
|
}
|