1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-06 16:57:03 +00:00

git: add default value null to programs.git.signing.key (#6032)

This commit is contained in:
Hoang Nguyen 2025-02-01 16:52:06 +00:00 committed by GitHub
parent 8544cd0920
commit dae6d3460c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,7 @@ let
options = {
key = mkOption {
type = types.nullOr types.str;
default = null;
description = ''
The default GPG signing key fingerprint.