krebs.urlwatch: .retiolum -> .r

This commit is contained in:
tv 2017-04-12 11:28:10 +02:00
parent 8f9bd903a6
commit 17aef69d05

View File

@ -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.
'';