mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +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 = "/";
|
hierarchySeparator = "/";
|
||||||
useFsLayout = true;
|
useFsLayout = true;
|
||||||
|
|
||||||
loginAccounts.contact = {
|
loginAccounts."contact@${config.networking.domain}" = {
|
||||||
name = "contact@${config.networking.domain}";
|
|
||||||
aliases = [ "@${config.networking.domain}" ];
|
aliases = [ "@${config.networking.domain}" ];
|
||||||
|
|
||||||
hashedPasswordFile = config.age.secrets."cube.mail.password.hash".path;
|
hashedPasswordFile = config.age.secrets."cube.mail.password.hash".path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue