1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Fix mail config

This commit is contained in:
RGBCube 2024-01-11 15:08:47 +03:00
parent d340f44c35
commit 5b399f90d8
No known key found for this signature in database

View file

@ -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;