9 lines
173 B
Nix
9 lines
173 B
Nix
|
{...}: {
|
||
|
age.secrets.gitea = {
|
||
|
file = ../../../../secrets/gitea.age;
|
||
|
owner = "gitea";
|
||
|
group = "gitea";
|
||
|
};
|
||
|
age.identityPaths = ["/root/.ssh/id_ed25519"];
|
||
|
}
|