mirror of
https://github.com/nix-community/home-manager
synced 2024-12-03 16:39:46 +01: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 = {
|
||||
key = mkOption {
|
||||
type = types.str;
|
||||
default = null;
|
||||
description = "The default GPG signing key fingerprint.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue