aboutsummaryrefslogtreecommitdiff
path: root/secrets/default.nix
blob: 2254909034bf6d22d2928800d5e0e28b35e612e9 (plain)
1
2
3
4
5
6
7
8
{
  age = {
    identityPaths = ["/etc/ssh/ssh_host_ed25519_key"];
    secrets = {
      "caddy-tailscale-authkey".file = ./caddy-tailscale-authkey.age;
    };
  };
}