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

9 lines
173 B
Nix
Raw Normal View History

{...}: {
age.secrets.gitea = {
file = ../../../../secrets/gitea.age;
owner = "gitea";
group = "gitea";
};
age.identityPaths = ["/root/.ssh/id_ed25519"];
}