mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix mail config
This commit is contained in:
parent
d340f44c35
commit
5b399f90d8
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ serverSystemConfiguration {
|
|||
hierarchySeparator = "/";
|
||||
useFsLayout = true;
|
||||
|
||||
loginAccounts.contact = {
|
||||
name = "contact@${config.networking.domain}";
|
||||
loginAccounts."contact@${config.networking.domain}" = {
|
||||
aliases = [ "@${config.networking.domain}" ];
|
||||
|
||||
hashedPasswordFile = config.age.secrets."cube.mail.password.hash".path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue