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
|
||||
glances
|
||||
htop
|
||||
lazygit
|
||||
lsd
|
||||
mc
|
||||
micro
|
||||
|
@ -64,7 +63,6 @@
|
|||
pass
|
||||
pciutils
|
||||
pinentry
|
||||
slides
|
||||
starship
|
||||
tmux
|
||||
tree
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue