diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-08-05 14:18:27 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-08-05 14:25:50 +0200 |
| commit | 3e46d0ac4e639a4527b1c107f750ab5dca971efc (patch) | |
| tree | 80e0b9dc8bba048e14f84d7517ebb21401f7ca40 /tests/configuration.nix | |
| parent | 1f4a2fa244d7f4002a8db7649ae000f634b294ce (diff) | |
notify when services fail
Diffstat (limited to 'tests/configuration.nix')
| -rw-r--r-- | tests/configuration.nix | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/tests/configuration.nix b/tests/configuration.nix index 4eec59e..965f365 100644 --- a/tests/configuration.nix +++ b/tests/configuration.nix @@ -38,7 +38,12 @@ in { webkeydirectory = nginxMakeLocal 8084; }; - environment.etc."searx/secrets".text = '' - SECRET_KEY=secret_key - ''; + environment.etc = { + "searx/secrets".text = '' + SECRET_KEY=secret_key + ''; + "msmtp/secrets".text = '' + password + ''; + }; } |
