about summary refs log tree commit diff stats
path: root/secrets/default.nix
blob: 5462e4d871528be4d6eb9f8e8446b65a245ce4ef (plain) (blame)
1
2
3
4
5
6
7
8
{config, ...}: {
  age = {
    identityPaths = ["/home/soispha/.ssh/id_ed25519"];
    secrets.nheko = {
      file = ./nheko;
    };
  };
}