about summary refs log tree commit diff
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, 0 insertions, 8 deletions
diff --git a/users/fcuny/desktop/trust/git.nix b/users/fcuny/desktop/trust/git.nix
deleted file mode 100644
index 52607a3..0000000
--- a/users/fcuny/desktop/trust/git.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-  programs.git = {
-    signing = {
-      signByDefault = true;
-      key = "23348B57F01D4234B5CFBA0923208AC01EB6EEA1";
-    };
-  };
-}