1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-14 04:51:08 +01:00

treewide: fix typos (#3618)

This commit is contained in:
Mario Rodas 2023-01-24 05:30:04 -05:00 committed by GitHub
parent 12d43fd40a
commit c59f0eac51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 19 additions and 19 deletions

View file

@ -193,7 +193,7 @@ with lib;
i_maildir-mbsync = basics // { mbsync.enable = true; };
j_maildir-offlineimap = basics // { offlineimap.enable = true; };
k_notEnabled = basics // { aerc.enable = false; };
l_smpt-auth-none = basics // {
l_smtp-auth-none = basics // {
smtp = {
host = "smtp.host.invalid";
port = 42;
@ -203,7 +203,7 @@ with lib;
smtpAuth = "none";
};
};
m_smpt-auth-plain = basics // {
m_smtp-auth-plain = basics // {
smtp = {
host = "smtp.host.invalid";
port = 42;
@ -213,7 +213,7 @@ with lib;
smtpAuth = "plain";
};
};
n_smpt-auth-login = basics // {
n_smtp-auth-login = basics // {
smtp = {
host = "smtp.host.invalid";
port = 42;