mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 15:14:26 +00: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:
parent
386d2dbd25
commit
5d49ea6d49
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ let
|
||||||
options = {
|
options = {
|
||||||
key = mkOption {
|
key = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = null;
|
|
||||||
description = "The default GPG signing key fingerprint.";
|
description = "The default GPG signing key fingerprint.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue