From f353d7b494fb410daf160e412130ec1678c7c77b Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 5 Feb 2025 19:11:48 +0100 Subject: [PATCH 1/2] configuration/common: Content-Type utf-8 everywhere --- configuration/common/web.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration/common/web.nix b/configuration/common/web.nix index 3cc71a6..f98065f 100644 --- a/configuration/common/web.nix +++ b/configuration/common/web.nix @@ -10,6 +10,7 @@ commonHttpConfig = '' server_names_hash_bucket_size 64; + charset utf-8; types { text/plain nix; } From 7ca9ee8d4eda6b8b40e7f04bba05f2f85ac69be5 Mon Sep 17 00:00:00 2001 From: Flake Update Bot Date: Thu, 6 Feb 2025 03:03:06 +0100 Subject: [PATCH 2/2] Update nixpkgs 2025-02-06-02-03 --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 0e796b1..799179e 100644 --- a/flake.lock +++ b/flake.lock @@ -542,11 +542,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1736701207, - "narHash": "sha256-jG/+MvjVY7SlTakzZ2fJ5dC3V1PrKKrUEOEE30jrOKA=", + "lastModified": 1738680400, + "narHash": "sha256-ooLh+XW8jfa+91F1nhf9OF7qhuA/y1ChLx6lXDNeY5U=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ed4a395ea001367c1f13d34b1e01aa10290f67d6", + "rev": "799ba5bffed04ced7067a91798353d360788b30d", "type": "github" }, "original": {