diff --git a/build01/nixpkgs-update.nix b/build01/nixpkgs-update.nix index ee7c84e..d62fad0 100644 --- a/build01/nixpkgs-update.nix +++ b/build01/nixpkgs-update.nix @@ -94,7 +94,10 @@ in enableACME = true; locations."/log/" = { alias = "/var/log/nixpkgs-update/"; - extraConfig = "autoindex on;"; + extraConfig = '' + charset utf-8; + autoindex on; + ''; }; };