summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/urlwatch.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-04-12 11:28:10 +0200
committertv <tv@krebsco.de>2017-04-12 11:28:10 +0200
commit17aef69d05b3e2f9104d83b5a7e7b4407ecbe8d8 (patch)
treea6480b2f290b1d8aed801249d61272dc721c541b /krebs/3modules/urlwatch.nix
parent8f9bd903a6ccbce2fff96ffbd486b90fd542f634 (diff)
krebs.urlwatch: .retiolum -> .r
Diffstat (limited to 'krebs/3modules/urlwatch.nix')
-rw-r--r--krebs/3modules/urlwatch.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/urlwatch.nix b/krebs/3modules/urlwatch.nix
index 126fc33b..c06e5ddb 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.
'';