Compare commits

..

No commits in common. "a4d27853dff6741f0ed8f7a07356f490ecc75493" and "382936127bd7668cfbb8dda8a3823d0905c894a7" have entirely different histories.

2 changed files with 12 additions and 10 deletions

View file

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

View file

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