Lauti: Difference between revisions
use secrets option in radar-sync script |
add missing EINTOPF_BASE_URL option |
||
| Line 12: | Line 12: | ||
services.eintopf = { | services.eintopf = { | ||
enable = true; | enable = true; | ||
settings | settings = { | ||
EINTOPF_ADMIN_EMAIL = "test@example.org"; | |||
EINTOPF_BASE_URL = "http://localhost:3333"; | |||
}; | |||
secrets = [ /etc/eintopf-secrets ]; | secrets = [ /etc/eintopf-secrets ]; | ||
}; | }; | ||