From 4117fc24cf103aa9cf3e6c296ee0bb5e0657498e Mon Sep 17 00:00:00 2001 From: Hoang Nguyen Date: Sun, 3 Nov 2024 00:00:00 +0700 Subject: [PATCH] git: add default value null to programs.git.signing.key --- modules/programs/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/programs/git.nix b/modules/programs/git.nix index dfdac2d4b..f78cfc0b8 100644 --- a/modules/programs/git.nix +++ b/modules/programs/git.nix @@ -18,6 +18,7 @@ let options = { key = mkOption { type = types.nullOr types.str; + default = null; description = '' The default GPG signing key fingerprint.