ma bgt/download: add extra types for ogg/opus

This commit is contained in:
makefu 2019-09-25 14:06:49 +02:00
parent b5d57ea99e
commit 6160408ef6
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

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