blob: b9e8c6f1e2dae0581a651d076db502c01c3e2faa (
plain)
1
2
3
4
5
6
7
8
9
|
{
age = {
identityPaths = ["/etc/ssh/ssh_host_ed25519_key"];
secrets = {
"caddy-tailscale-authkey".file = ./caddy-tailscale-authkey.age;
"williams-psk".file = ./williams-psk.age;
};
};
}
|