about summary refs log tree commit diff
path: root/modules/user/aszlig/profiles
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-06-05 02:14:43 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-06-05 02:18:05 +0200
commit8e68d2b9ae4ac0f358d80fed9cc99a84da42ef04 (patch)
tree394418845bd77d7e4c4b9003a843e950a7aa54a1 /modules/user/aszlig/profiles
parent4815e1971f8fb54df973919763c58ca2b1948911 (diff)
modules: Update my GnuPG public key
Time for a new GnuPG key, this time CCID-only :-)

This is the last commit you'll get using my old key (which will soon be
revoked as soon as I moved everything over to use the new key), so if
you're paranoid be sure to check the fingerprint against the signature
of this very commit.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/user/aszlig/profiles')
-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 0bce725d..b5f60470 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 = "8C2DC961";
+      user.signkey = "4DFD43EC834B6901BDA2BAAC1DE8E48E57DB5436";
       gpg.program = "${pkgs.gnupg}/bin/gpg2";
       push.default = "current";
       tar."tar.xz".command = "${pkgs.xz}/bin/xz -c";