aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/desktop/trust/git.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/desktop/trust/git.nix')
-rw-r--r--users/fcuny/desktop/trust/git.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/users/fcuny/desktop/trust/git.nix b/users/fcuny/desktop/trust/git.nix
new file mode 100644
index 0000000..52607a3
--- /dev/null
+++ b/users/fcuny/desktop/trust/git.nix
@@ -0,0 +1,8 @@
+{
+ programs.git = {
+ signing = {
+ signByDefault = true;
+ key = "23348B57F01D4234B5CFBA0923208AC01EB6EEA1";
+ };
+ };
+}