diff --git a/modules/programs/himalaya.nix b/modules/programs/himalaya.nix index f4a0ffb3f..f7864c1ee 100644 --- a/modules/programs/himalaya.nix +++ b/modules/programs/himalaya.nix @@ -26,7 +26,7 @@ let smtp-passwd-cmd = lib.escapeShellArgs account.passwordCommand; smtp-host = account.smtp.host; smtp-port = account.smtp.port; - smtp-starttls = account.imap.tls.useStartTls; + smtp-starttls = account.smtp.tls.useStartTls; } // (lib.optionalAttrs (account.signature.showSignature == "append") { # FIXME: signature cannot be attached signature = account.signature.text;