about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/user/aszlig/profiles/workstation/default.nix2
1 files changed, 1 insertions, 1 deletions
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";