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:
parent
1743615b61
commit
4117fc24cf
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue