Use alias

This commit is contained in:
Henry Hiles 2025-08-03 20:06:58 -04:00
commit eeadfbd1e9
No known key found for this signature in database
2 changed files with 10 additions and 6 deletions

View file

@ -8,6 +8,8 @@
services = let services = let
socket = "/var/run/nexusbot/socket"; socket = "/var/run/nexusbot/socket";
domain = "register.federated.nexus"; domain = "register.federated.nexus";
alias =
"inf" + "o@f" + "edera" + "ted.n" + "exus";
in { in {
nexusbot = { nexusbot = {
enable = true; enable = true;
@ -31,11 +33,13 @@
"--adminName" "--adminName"
"grapevine" "grapevine"
"--email" "--email"
"henry@henryhiles.com" config.services.caddy.email
"--emailAlias"
alias
"--mailDomain" "--mailDomain"
"mail.henryhiles.com" "mail.henryhiles.com"
"--mailName" "--mailName"
"Federated Nexus Registrations" "Federated Nexus"
]; ];
group = "caddy"; group = "caddy";
}; };

8
flake.lock generated
View file

@ -1679,11 +1679,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1754236634, "lastModified": 1754265716,
"narHash": "sha256-lcpkwgncGRBkcol9ylfUD6vUZBhie9mgmaiiixowW6g=", "narHash": "sha256-2qNrXplb0+aDtrAxdf1IRo3SfJpP+Q54eSDckSimRDE=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "faeedaadf17cae424a72c6a4b6c3cab0e3cccd6a", "rev": "7131e4ed66f56faa7fb3325cd6a8c9fe38946675",
"revCount": 16, "revCount": 18,
"type": "git", "type": "git",
"url": "https://git.federated.nexus/federated-nexus/nexusbot" "url": "https://git.federated.nexus/federated-nexus/nexusbot"
}, },