infra/module/user/kirbara-private.md

16 lines
278 B
Markdown
Raw Normal View History

2025-12-01 13:23:24 +07:00
```nix
{ config, ... }:
let
name = "kirbara";
in
{
meta = {
${name} = {
fullname = /*fullname*/;
email = /*email-address*/;
};
};
}
```
2025-12-01 14:59:40 +07:00
That's gitignored `kirbara.nix`, some people are uncomfortable with showing their email and fullname on public repo