feat(owner): add module to define owner metadata in flake
This commit is contained in:
parent
b370a9d7db
commit
6aa5096172
1 changed files with 7 additions and 0 deletions
7
modules/meta/owner.nix
Normal file
7
modules/meta/owner.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
flake.meta.owner = {
|
||||||
|
username = "rafiq";
|
||||||
|
email = "rafiq@rrv.sh";
|
||||||
|
pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILdsZyY3gu8IGB8MzMnLdh+ClDxQQ2RYG9rkeetIKq8n";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue