Update post master
This commit is contained in:
parent
df97e55c8d
commit
aac7a9723b
2 changed files with 3 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ with lib; {
|
|||
};
|
||||
postMaster = mkOption {
|
||||
type = types.str;
|
||||
default = "trivial@${config.constants.domain}";
|
||||
default = "${config.constants.userName}@${config.constants.domain}";
|
||||
description = ''
|
||||
The post master email address.
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue