1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 08:28:30 +02:00

git: remove default signing key

It is mandatory for a user to set the signing key so it does not make
sense to set a default.
This commit is contained in:
Robert Helgesson 2017-02-12 10:02:06 +01:00
parent 386d2dbd25
commit 5d49ea6d49
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

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