about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-10-27 17:42:59 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-10-27 17:44:44 +0200
commitc796831aaba8bfbb5afc34bc4ce646c47bbe7da8 (patch)
tree88f561b81c8909943e4edafeb3487d2710dcca6e /modules
parent6ea9f3f1b66ad63051875627ef6ad58a0aa7a857 (diff)
modules/aszlig: Change my email address
I'm no longer employed by RedMoon Studios, so while I still receive
email on this address, it makes more sense to move on to nix.build :-)

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/workstation/default.nix2
-rw-r--r--modules/user/aszlig/programs/zsh/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/aszlig/profiles/workstation/default.nix b/modules/user/aszlig/profiles/workstation/default.nix
index be6a1542..45eacb8a 100644
--- a/modules/user/aszlig/profiles/workstation/default.nix
+++ b/modules/user/aszlig/profiles/workstation/default.nix
@@ -62,7 +62,7 @@ in {
     vuizvui.user.aszlig.programs.git.config = {
       color.ui = "auto";
       merge.tool = "vimdiff3";
-      user.email = "aszlig@redmoonstudios.org";
+      user.email = "aszlig@nix.build";
       user.name = "aszlig";
       user.signingkey = "DD526BC7767DBA2816C095E5684089CE67EBB691";
       gpg.program = "${pkgs.gnupg}/bin/gpg";
diff --git a/modules/user/aszlig/programs/zsh/default.nix b/modules/user/aszlig/programs/zsh/default.nix
index aee78b9d..5f07d4a2 100644
--- a/modules/user/aszlig/programs/zsh/default.nix
+++ b/modules/user/aszlig/programs/zsh/default.nix
@@ -25,7 +25,7 @@ in {
   config = mkIf cfg.enable {
     environment.shellInit = ''
       export EDITOR="vim"
-      export EMAIL="aszlig@redmoonstudios.org"
+      export EMAIL="aszlig@nix.build"
     '';
 
     nixpkgs.overlays = singleton (lib.const (super: {