infra/hosts/nachtigall/backups.nix

8 lines
163 B
Nix

{ flake, ... }: {
age.secrets."restic-repo-droppie" = {
file = "${flake.self}/secrets/restic-repo-droppie.age";
mode = "400";
owner = "root";
};
}