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