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

8 lines
128 B
Nix

{...}: {
age.secrets.gitea = {
file = ../../../../secrets/gitea.age;
owner = "forgejo";
group = "forgejo";
};
}