1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 11:39:46 +01:00

git: add default value null to programs.git.signing.key

This commit is contained in:
Hoang Nguyen 2024-11-03 00:00:00 +07:00
parent 1743615b61
commit 4117fc24cf
No known key found for this signature in database
GPG key ID: 14F4F683E34C7DDD

View file

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