From 3e980dea8ce948165abee3f36af504c24b984335 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 5 Jun 2016 17:12:15 +0200 Subject: profiles/workstation: Fix signingkey Git option The right name for it is "signingkey" instead of "signkey" and the reason this has worked for so long was that if there is no signingkey value set, Git falls back to using the users name and email address instead, which is accepted by GnuPG as well. Signed-off-by: aszlig --- modules/user/aszlig/profiles/workstation/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user') diff --git a/modules/user/aszlig/profiles/workstation/default.nix b/modules/user/aszlig/profiles/workstation/default.nix index b5f60470..816d8465 100644 --- a/modules/user/aszlig/profiles/workstation/default.nix +++ b/modules/user/aszlig/profiles/workstation/default.nix @@ -60,7 +60,7 @@ in { merge.tool = "vimdiff3"; user.email = "aszlig@redmoonstudios.org"; user.name = "aszlig"; - user.signkey = "4DFD43EC834B6901BDA2BAAC1DE8E48E57DB5436"; + user.signingkey = "4DFD43EC834B6901BDA2BAAC1DE8E48E57DB5436"; gpg.program = "${pkgs.gnupg}/bin/gpg2"; push.default = "current"; tar."tar.xz".command = "${pkgs.xz}/bin/xz -c"; -- cgit 1.4.1