diff options
-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. ''; |