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" ]; }; };