Add admin_username setting

This commit is contained in:
niten 2024-01-25 13:43:30 -08:00
parent 8af9ef76d1
commit a16c97ac3c
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ in {
nginx.enable = true; nginx.enable = true;
server.package = cfg.server-package; server.package = cfg.server-package;
settings = { settings = {
admin_username = "admin";
email = { email = {
smtp_server = "${cfg.smtp.host}:${toString cfg.smtp.port}"; smtp_server = "${cfg.smtp.host}:${toString cfg.smtp.port}";
smtp_from_address = "noreply@${cfg.hostname}"; smtp_from_address = "noreply@${cfg.hostname}";