Setup nominatim

This commit is contained in:
Gene Liverman 2026-01-24 23:20:00 -05:00
parent 4cbbe70898
commit 3d31285ab8
Signed by: genebean
SSH key fingerprint: SHA256:gMnZbl3rg8nIXl4AomxNeNiOG4mWP/xEywbmQjVfhtY
3 changed files with 25 additions and 1 deletions

View file

@ -59,6 +59,10 @@ in {
dawarich = {
enable = true;
configureNginx = true;
environment = {
NOMINATIM_API_HOST = "nominatim.home.technicalissues.us";
NOMINATIM_API_USE_HTTPS = "true";
};
localDomain = "location.technicalissues.us";
smtp = {
fromAddress = "location@hetznix01.technicalissues.us";

View file

@ -1,4 +1,4 @@
{ config, ... }: let
{ config, ... }: let
domain = "technicalissues.us";
http_port = 80;
https_port = 443;