add AGH email

This commit is contained in:
2025-08-25 07:21:21 +02:00
parent f463644f1b
commit a7d835cdee

View File

@@ -48,5 +48,21 @@
flavor = "migadu.com";
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;
};
};
}