summary refs log tree commit diff
path: root/modules/home
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-02-11 19:12:33 +0100
committerMel <mel@rnrd.eu>2025-02-11 19:19:39 +0100
commit688648af91839e0d00f303180782b20093b1ef23 (patch)
tree7c85972c90a41744ece279e270d6cb6b84d16abc /modules/home
parent0fd0d31a33ddb24747b5887d5f44de0a54eb4e9d (diff)
downloadnetwork-688648af91839e0d00f303180782b20093b1ef23.tar.zst
network-688648af91839e0d00f303180782b20093b1ef23.zip
Update Git and ACME email
Signed-off-by: Mel <einebeere@gmail.com>
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home/common.nix b/modules/home/common.nix
index ba66606..e2f5c94 100644
--- a/modules/home/common.nix
+++ b/modules/home/common.nix
@@ -5,8 +5,8 @@
     git = {
       enable = true;
       userName = "Mel";
-      userEmail = "einebeere@gmail.com";
-      signing = { 
+      userEmail = "mel@rnrd.eu";
+      signing = {
         key = "D75A C286 ACA7 00B4 D8EC 377D 2082 F8EC 11CC 009B";
         signByDefault = true;
       };