diff options
author | tv <tv@krebsco.de> | 2017-04-12 11:28:10 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-04-12 11:28:10 +0200 |
commit | 17aef69d05b3e2f9104d83b5a7e7b4407ecbe8d8 (patch) | |
tree | a6480b2f290b1d8aed801249d61272dc721c541b /krebs/3modules/urlwatch.nix | |
parent | 8f9bd903a6ccbce2fff96ffbd486b90fd542f634 (diff) |
krebs.urlwatch: .retiolum -> .r
Diffstat (limited to 'krebs/3modules/urlwatch.nix')
-rw-r--r-- | krebs/3modules/urlwatch.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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. ''; |