mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-17 06:21:10 +01:00
git: add default value null to programs.git.signing.key (#6032)
This commit is contained in:
parent
8544cd0920
commit
dae6d3460c
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…
Add table
Add a link
Reference in a new issue