diff options
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" ]; } |
