feat(owner): add module to define owner metadata in flake

This commit is contained in:
Mohammad Rafiq 2025-07-06 02:16:01 +08:00
parent b370a9d7db
commit 6aa5096172
No known key found for this signature in database

7
modules/meta/owner.nix Normal file
View file

@ -0,0 +1,7 @@
{
flake.meta.owner = {
username = "rafiq";
email = "rafiq@rrv.sh";
pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILdsZyY3gu8IGB8MzMnLdh+ClDxQQ2RYG9rkeetIKq8n";
};
}