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 /config/services/web/default.nix | |
| parent | 1f4a2fa244d7f4002a8db7649ae000f634b294ce (diff) | |
notify when services fail
Diffstat (limited to 'config/services/web/default.nix')
| -rw-r--r-- | config/services/web/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/services/web/default.nix b/config/services/web/default.nix index e4feec4..a7dbd18 100644 --- a/config/services/web/default.nix +++ b/config/services/web/default.nix @@ -33,4 +33,6 @@ brotli_types text/xml image/svg+xml application/x-font-ttf image/vnd.microsoft.icon application/x-font-opentype application/json font/eot application/vnd.ms-fontobject application/javascript font/otf application/xml application/xhtml+xml text/javascript application/x-javascript text/plain application/x-font-truetype application/xml+rss image/x-icon font/opentype text/css image/x-win-bitmap; ''; }; + + personal.monitoring.services = [ "nginx" ]; } |
