mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
feat(home): add git signing
This commit is contained in:
@@ -6,9 +6,11 @@
|
||||
user = {
|
||||
name = "Superredstone";
|
||||
email = "patrickcanal3@gmail.com";
|
||||
signingkey = "1333CB9131084239";
|
||||
};
|
||||
init.defaultBranch = "main";
|
||||
pull.rebase = true;
|
||||
commit.gpgsign = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user