aboutsummaryrefslogtreecommitdiffstats
path: root/home/root/common/core
diff options
context:
space:
mode:
Diffstat (limited to 'home/root/common/core')
-rw-r--r--home/root/common/core/git.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/root/common/core/git.nix b/home/root/common/core/git.nix
index e1cb96b..31af80e 100644
--- a/home/root/common/core/git.nix
+++ b/home/root/common/core/git.nix
@@ -2,5 +2,6 @@
programs.git = {
enable = true;
settings.pull.rebase = true;
+ signing.format = null;
};
}