mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Setup nominatim
This commit is contained in:
parent
4cbbe70898
commit
3d31285ab8
3 changed files with 25 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue