nixos-config/config/globals.nix

14 lines
192 B
Nix
Raw Normal View History

2025-10-09 14:27:25 +02:00
{
domain = "porzh.me";
admin = {
email = "dun0z@porzh.me";
name = "DuN0z";
};
smtp = {
host = "smtp.protonmail.ch";
port = 587 ;
user = "contact@porzh.me";
};
}