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
glances
htop
lazygit
lsd
mc
micro
@ -63,6 +64,7 @@
pass
pciutils
pinentry
slides
starship
tmux
tree

View file

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