From 17aef69d05b3e2f9104d83b5a7e7b4407ecbe8d8 Mon Sep 17 00:00:00 2001
From: tv <tv@krebsco.de>
Date: Wed, 12 Apr 2017 11:28:10 +0200
Subject: [PATCH] krebs.urlwatch: .retiolum -> .r

---
 krebs/3modules/urlwatch.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/krebs/3modules/urlwatch.nix b/krebs/3modules/urlwatch.nix
index 126fc33bb..c06e5ddb1 100644
--- a/krebs/3modules/urlwatch.nix
+++ b/krebs/3modules/urlwatch.nix
@@ -26,7 +26,7 @@ let
     };
     from = mkOption {
       type = types.str;
-      default = "${user.name}@${config.networking.hostName}.retiolum";
+      default = "${user.name}@${config.networking.hostName}.r";
       description = ''
         Content of the From: header of the generated mails.
       '';