From ab4b4918a0b37a0e5e7e0a88f5720d83c6858fa2 Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 17 Apr 2024 16:20:14 +0200 Subject: [PATCH 1/2] hosts/web-2: Set proper root path for gpg key discovery --- hosts/web-2/clerie.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/web-2/clerie.nix b/hosts/web-2/clerie.nix index 5f2efeb..ed5af54 100644 --- a/hosts/web-2/clerie.nix +++ b/hosts/web-2/clerie.nix @@ -31,6 +31,7 @@ root = pkgs.clerie-keys; }; locations."~ ^/.well-known/openpgpkey/hu/[a-z0-9]+/?$" = { + root = pkgs.clerie-keys; extraConfig = '' types { } default_type application/octet-stream; add_header Access-Control-Allow-Origin * always; From 02b2c8f75ae05dc90b5c4024702b97106152016f Mon Sep 17 00:00:00 2001 From: Flake Update Bot Date: Thu, 18 Apr 2024 03:03:03 +0200 Subject: [PATCH 2/2] Update nixpkgs 2024-04-18-01-03 --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index ab28d6c..d6182c1 100644 --- a/flake.lock +++ b/flake.lock @@ -246,11 +246,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1712963716, - "narHash": "sha256-WKm9CvgCldeIVvRz87iOMi8CFVB1apJlkUT4GGvA0iM=", + "lastModified": 1713248628, + "narHash": "sha256-NLznXB5AOnniUtZsyy/aPWOk8ussTuePp2acb9U+ISA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "cfd6b5fc90b15709b780a5a1619695a88505a176", + "rev": "5672bc9dbf9d88246ddab5ac454e82318d094bb8", "type": "github" }, "original": {