download.binaergewitter: remove extra mimetypes

This commit is contained in:
makefu 2023-09-03 14:19:16 +02:00
parent f320050bb9
commit 93dd3ab0d0
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -69,11 +69,6 @@ in {
};
services.nginx = {
appendHttpConfig = ''
types {
audio/ogg oga ogg opus;
}
'';
enable = lib.mkDefault true;
recommendedGzipSettings = true;
recommendedOptimisation = true;