Compare commits
2 commits
382936127b
...
a4d27853df
Author | SHA1 | Date | |
---|---|---|---|
|
a4d27853df | ||
|
2f397c2538 |
2 changed files with 10 additions and 12 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue