aboutsummaryrefslogtreecommitdiff
path: root/secrets/default.nix
blob: 4571e5246ec3e4c339e29bbbd711e4c61ef9134f (plain)
1
2
3
4
5
6
{
  age = {
    identityPaths = ["/etc/ssh/ssh_host_ed25519_key"];
    secrets = {};
  };
}