Compare commits
No commits in common. "a4d27853dff6741f0ed8f7a07356f490ecc75493" and "382936127bd7668cfbb8dda8a3823d0905c894a7" have entirely different histories.
a4d27853df
...
382936127b
2 changed files with 12 additions and 10 deletions
|
@ -53,7 +53,6 @@
|
||||||
git
|
git
|
||||||
glances
|
glances
|
||||||
htop
|
htop
|
||||||
lazygit
|
|
||||||
lsd
|
lsd
|
||||||
mc
|
mc
|
||||||
micro
|
micro
|
||||||
|
@ -64,7 +63,6 @@
|
||||||
pass
|
pass
|
||||||
pciutils
|
pciutils
|
||||||
pinentry
|
pinentry
|
||||||
slides
|
|
||||||
starship
|
starship
|
||||||
tmux
|
tmux
|
||||||
tree
|
tree
|
||||||
|
|
|
@ -26,13 +26,15 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
imap = {
|
imap = {
|
||||||
host = "mail.infomaniak.com";
|
host = "mail.gandi.net";
|
||||||
port = 993;
|
port = 143;
|
||||||
|
tls.useStartTls = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
smtp = {
|
smtp = {
|
||||||
host = "mail.infomaniak.com";
|
host = "mail.gandi.net";
|
||||||
port = 465;
|
port = 587;
|
||||||
|
tls.useStartTls = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"mrflos@mrflos.pw" = {
|
"mrflos@mrflos.pw" = {
|
||||||
|
@ -67,13 +69,15 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
imap = {
|
imap = {
|
||||||
host = "mail.infomaniak.com";
|
host = "mail.gandi.net";
|
||||||
port = 993;
|
port = 143;
|
||||||
|
tls.useStartTls = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
smtp = {
|
smtp = {
|
||||||
host = "mail.infomaniak.com";
|
host = "mail.gandi.net";
|
||||||
port = 465;
|
port = 587;
|
||||||
|
tls.useStartTls = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue