infra/hosts/metronom/backups.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
343 B
Nix
Raw Normal View History

2024-05-22 19:49:34 +00:00
{ flake, ... }:
{
age.secrets.restic-repo-garage-metronom = {
file = "${flake.self}/secrets/restic-repo-garage-metronom.age";
2024-05-22 19:49:34 +00:00
mode = "400";
owner = "root";
};
age.secrets.restic-repo-garage-metronom-env = {
file = "${flake.self}/secrets/restic-repo-garage-metronom-env.age";
2024-05-22 19:49:34 +00:00
mode = "400";
owner = "root";
};
}