infrastructure/hosts/neodymium/system/age/default.nix

9 lines
212 B
Nix
Raw Normal View History

2023-12-15 15:18:36 +00:00
{...}: {
age.secrets.borgbackup = {
file = "/home/laurent/infrastructure/secrets/borgbackup.age";
owner = "laurent";
group = "users";
};
2023-12-15 15:18:36 +00:00
age.identityPaths = ["/home/laurent/.ssh/id_ed25519"];
}