add AGH email
This commit is contained in:
parent
f463644f1b
commit
a7d835cdee
1 changed files with 16 additions and 0 deletions
|
|
@ -48,5 +48,21 @@
|
||||||
flavor = "migadu.com";
|
flavor = "migadu.com";
|
||||||
thunderbird.enable = config.programs.thunderbird.enable;
|
thunderbird.enable = config.programs.thunderbird.enable;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"romain@student.agh.edu.pl" = {
|
||||||
|
address = "romain@student.agh.edu.pl";
|
||||||
|
aliases = [ "382799@student.agh.edu.pl" ];
|
||||||
|
realName = "Romain Paquet";
|
||||||
|
userName = "romain@student.agh.edu.pl";
|
||||||
|
imap = {
|
||||||
|
host = "poczta.agh.edu.pl";
|
||||||
|
port = 993;
|
||||||
|
};
|
||||||
|
smtp = {
|
||||||
|
host = "poczta.agh.edu.pl";
|
||||||
|
port = 465;
|
||||||
|
};
|
||||||
|
thunderbird.enable = config.programs.thunderbird.enable;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue