Lauti: Difference between revisions
Add admin login config |
Adapt secrets |
||
| Line 5: | Line 5: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
environment.etc."eintopf-secrets".text = '' | |||
EINTOPF_ADMIN_PASSWORD=test123 | |||
''; | |||
services.eintopf = { | services.eintopf = { | ||
enable = true; | enable = true; | ||
settings | settings.EINTOPF_ADMIN_EMAIL = "test@example.org"; | ||
secrets = [ /etc/eintopf-secrets ]; | |||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||