aboutsummaryrefslogtreecommitdiff
path: root/home/mun
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-05-15 11:51:32 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-05-15 11:51:32 +0200
commit76c23294e2a7c6d5303cc40d0eb5f2873ade705f (patch)
treef615ef5bcb3d283c7f64f2ab9619a9a8affa02fe /home/mun
parent5cbd2fb6f8dcd5aff77a31b7e4ffdd3e735dddcd (diff)
Fixed git gpg signing
Diffstat (limited to 'home/mun')
-rw-r--r--home/mun/programs/git.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/home/mun/programs/git.nix b/home/mun/programs/git.nix
index 27454ca..3e2e0a4 100644
--- a/home/mun/programs/git.nix
+++ b/home/mun/programs/git.nix
@@ -5,11 +5,9 @@
user = {
name = "Natasha Moongrave";
email = "natasha@256phi.eu";
+ signingKey = "2A842249816B698B!";
};
- signing = {
- key = "2A842249816B698B";
- signByDefault = true;
- };
+ commit.gpgSign = true;
gpg.program = "gpg";
};
};