1
0

Compare commits

...

1 Commits

Author SHA1 Message Date
blueplum e496038938 chore: re-add git signing key 2026-03-15 15:37:46 +01:00
+7
View File
@@ -101,4 +101,11 @@ in
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="056a", TAG+="systemd", ENV{SYSTEMD_USER_WANTS}+="wacom.service" ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="056a", TAG+="systemd", ENV{SYSTEMD_USER_WANTS}+="wacom.service"
''; '';
}; };
homeManager = {
programs.git.signing = {
signByDefault = true;
key = "60649DFDEAACD73D";
};
};
} }