config

NixOS config
Log | Files | Refs | README | LICENSE

commit 7df65d6466a9d19f4d4219593870fb5e040bc839 (tree)
parent cf47cbda1d46d56461977fb8ede5888e72f1fac9
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sat, 24 Aug 2024 18:45:51 +0300

precompressed: +zstd

Diffstat:
Mhosts/fwminex/configuration.nix | 4++--
Mmodules/services/gitea/default.nix | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix @@ -233,7 +233,7 @@ in root * ${gamja} file_server browse { - precompressed br gzip + precompressed zstd br gzip } ''; "dl.jakstys.lt".extraConfig = '' @@ -255,7 +255,7 @@ in root * /var/www/jakstys.lt file_server { - precompressed br gzip + precompressed zstd br gzip } handle /.well-known/carddav { diff --git a/modules/services/gitea/default.nix b/modules/services/gitea/default.nix @@ -82,7 +82,7 @@ uri strip_prefix /static file_server * { root ${pkgs.pkgs-unstable.compressDrvWeb pkgs.gitea.data { }}/public - precompressed br gzip + precompressed zstd br gzip } }