Compare commits

...

2 commits

Author SHA1 Message Date
Florian Schmitt
a4d27853df add slides and lazygit 2023-12-01 09:41:21 +03:00
Florian Schmitt
2f397c2538 feat(mail) : migrate to infomaniak 2023-12-01 09:41:02 +03:00
2 changed files with 10 additions and 12 deletions

View file

@ -53,6 +53,7 @@
git git
glances glances
htop htop
lazygit
lsd lsd
mc mc
micro micro
@ -63,6 +64,7 @@
pass pass
pciutils pciutils
pinentry pinentry
slides
starship starship
tmux tmux
tree tree

View file

@ -26,15 +26,13 @@
enable = true; enable = true;
}; };
imap = { imap = {
host = "mail.gandi.net"; host = "mail.infomaniak.com";
port = 143; port = 993;
tls.useStartTls = true;
}; };
smtp = { smtp = {
host = "mail.gandi.net"; host = "mail.infomaniak.com";
port = 587; port = 465;
tls.useStartTls = true;
}; };
}; };
"mrflos@mrflos.pw" = { "mrflos@mrflos.pw" = {
@ -69,15 +67,13 @@
enable = true; enable = true;
}; };
imap = { imap = {
host = "mail.gandi.net"; host = "mail.infomaniak.com";
port = 143; port = 993;
tls.useStartTls = true;
}; };
smtp = { smtp = {
host = "mail.gandi.net"; host = "mail.infomaniak.com";
port = 587; port = 465;
tls.useStartTls = true;
}; };
}; };
}; };