about summary refs log tree commit diff stats
path: root/secrets/default.nix
blob: 661f51f596f766264510b4ca89f9e32fed31f691 (plain) (blame)
1
2
3
4
5
{config, ...}: {
  age.secrets.nheko = {
      file = ./nheko;
  };
}