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