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