From e7e761255e5c5446751759d2990002f2ebfb1eb3 Mon Sep 17 00:00:00 2001 From: lew Date: Mon, 27 Apr 2026 19:59:09 +0100 Subject: [PATCH] fix: mixed casing in guestbook --- hosts/lab/guestbook.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/lab/guestbook.nix b/hosts/lab/guestbook.nix index 65dd61b..b219c5c 100644 --- a/hosts/lab/guestbook.nix +++ b/hosts/lab/guestbook.nix @@ -13,10 +13,10 @@ enable = true; domain = "g.ily.rs"; forwardAuth = { - enable = true; - address = "localhost:3002"; - uri = "/api/auth/caddy"; - copyHeaders = [ "Remote-User" "Remote-Name" "Remote-Email" "Remote-Groups" ]; + enable = true; + address = "localhost:3002"; + uri = "/api/auth/caddy"; + copyHeaders = [ "Remote-User" "Remote-Name" "Remote-Email" "Remote-Groups" ]; }; };