Use alias
This commit is contained in:
parent
f40fb15f42
commit
eeadfbd1e9
2 changed files with 10 additions and 6 deletions
|
@ -8,6 +8,8 @@
|
|||
services = let
|
||||
socket = "/var/run/nexusbot/socket";
|
||||
domain = "register.federated.nexus";
|
||||
alias =
|
||||
"inf" + "o@f" + "edera" + "ted.n" + "exus";
|
||||
in {
|
||||
nexusbot = {
|
||||
enable = true;
|
||||
|
@ -31,11 +33,13 @@
|
|||
"--adminName"
|
||||
"grapevine"
|
||||
"--email"
|
||||
"henry@henryhiles.com"
|
||||
config.services.caddy.email
|
||||
"--emailAlias"
|
||||
alias
|
||||
"--mailDomain"
|
||||
"mail.henryhiles.com"
|
||||
"--mailName"
|
||||
"Federated Nexus Registrations"
|
||||
"Federated Nexus"
|
||||
];
|
||||
group = "caddy";
|
||||
};
|
||||
|
|
8
flake.lock
generated
8
flake.lock
generated
|
@ -1679,11 +1679,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1754236634,
|
||||
"narHash": "sha256-lcpkwgncGRBkcol9ylfUD6vUZBhie9mgmaiiixowW6g=",
|
||||
"lastModified": 1754265716,
|
||||
"narHash": "sha256-2qNrXplb0+aDtrAxdf1IRo3SfJpP+Q54eSDckSimRDE=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "faeedaadf17cae424a72c6a4b6c3cab0e3cccd6a",
|
||||
"revCount": 16,
|
||||
"rev": "7131e4ed66f56faa7fb3325cd6a8c9fe38946675",
|
||||
"revCount": 18,
|
||||
"type": "git",
|
||||
"url": "https://git.federated.nexus/federated-nexus/nexusbot"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue