Starting my literate config and hiding secrets
This commit is contained in:
parent
0c92894205
commit
c2e30c84bd
7 changed files with 633 additions and 33 deletions
|
@ -76,7 +76,7 @@
|
|||
IMAPAccount gmail
|
||||
Host imap.gmail.com
|
||||
User ccochrun21@gmail.com
|
||||
Pass spveovqcgxpnaodn
|
||||
PassCmd "rbw get gmail"
|
||||
AuthMechs LOGIN
|
||||
SSLType IMAPS
|
||||
SSLVersions SSLv3
|
||||
|
@ -85,21 +85,21 @@
|
|||
IMAPAccount office
|
||||
Host outlook.office365.com
|
||||
User chris@tfcconnection.org
|
||||
Pass Gr@$$B00ts#21
|
||||
PassCmd "rbw get 'Office 365'"
|
||||
AuthMechs LOGIN
|
||||
SSLType IMAPS
|
||||
|
||||
IMAPAccount outlook
|
||||
Host outlook.office365.com
|
||||
User chris.cochrun@outlook.com
|
||||
Pass GrassR00ts21
|
||||
PassCmd "rbw get outlook"
|
||||
AuthMechs LOGIN
|
||||
SSLType IMAPS
|
||||
|
||||
IMAPAccount cochrun
|
||||
Host mail.cochrun.xyz
|
||||
User chris@cochrun.xyz
|
||||
Pass Gr@$$B00ts#21
|
||||
PassCmd "rbw get 'Office 365'"
|
||||
AuthMechs LOGIN
|
||||
SSLType IMAPS
|
||||
# SSLVersions SSLv3
|
||||
|
@ -323,6 +323,11 @@
|
|||
recursive = true;
|
||||
};
|
||||
|
||||
home.file.".config/awesome" = {
|
||||
source = ../awesome;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
home.file."scripts" = {
|
||||
source = ../scripts;
|
||||
recursive = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue