diff --git a/hosts/cube/mail.nix b/hosts/cube/mail.nix index 9736ac3..cd89eaa 100644 --- a/hosts/cube/mail.nix +++ b/hosts/cube/mail.nix @@ -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;