From e496038938e385fac898c9e870cdfdf3b0001bda Mon Sep 17 00:00:00 2001 From: Anton Date: Sun, 15 Mar 2026 15:37:46 +0100 Subject: [PATCH] chore: re-add git signing key --- blueplum.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/blueplum.nix b/blueplum.nix index 0ade1cd..1a3e190 100644 --- a/blueplum.nix +++ b/blueplum.nix @@ -101,4 +101,11 @@ in ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="056a", TAG+="systemd", ENV{SYSTEMD_USER_WANTS}+="wacom.service" ''; }; + + homeManager = { + programs.git.signing = { + signByDefault = true; + key = "60649DFDEAACD73D"; + }; + }; }