Refactor: global.nix

This commit is contained in:
DuN0z 2025-10-09 14:27:25 +02:00
parent a56399bc7a
commit 2f0b5cf661
3 changed files with 28 additions and 9 deletions

13
config/globals.nix Normal file
View file

@ -0,0 +1,13 @@
{
domain = "porzh.me";
admin = {
email = "dun0z@porzh.me";
name = "DuN0z";
};
smtp = {
host = "smtp.protonmail.ch";
port = 587 ;
user = "contact@porzh.me";
};
}