From 2b3b12b6a142b55289fc4b17507da1f76fa2e5e5 Mon Sep 17 00:00:00 2001 From: blake Date: Sun, 12 Oct 2025 11:49:06 -0500 Subject: [PATCH] 347 current 2025-10-12 11:48:00 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/services/caddy/default.nix | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 4f16beb..5730653 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 346 current 2025-10-12 11:43:32 25.05.20251006.20c4598 6.12.50 * +# generation: 347 current 2025-10-12 11:48:00 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/caddy/default.nix b/modules/homelab/services/caddy/default.nix index b85382d..88c26ab 100644 --- a/modules/homelab/services/caddy/default.nix +++ b/modules/homelab/services/caddy/default.nix @@ -47,12 +47,6 @@ in email = "me@blakedheld.xyz"; globalConfig = '' auto_https ignore_loaded_certs - handle_errors { - @notFound { - expression {http.error.status_code} == 404 - } - redir @notFound https://www.youtube.com/watch?v=dQw4w9WgXcQ 302 - } ''; };