diff options
Diffstat (limited to 'modules/plausible.nix')
-rw-r--r-- | modules/plausible.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/plausible.nix b/modules/plausible.nix index 89729fd..e910986 100644 --- a/modules/plausible.nix +++ b/modules/plausible.nix @@ -88,7 +88,7 @@ in # }; mail = { - email = "admin+plausible@${my.domain.shire}"; + email = "plausible@${my.domain.shire}"; smtp = { hostAddr = my.domain.shire; hostPort = 465; |