From ea4cad45d03941c510e9cf48d9c1b74f0b5818d4 Mon Sep 17 00:00:00 2001 From: Madeleine Sydney Date: Tue, 1 Apr 2025 06:58:34 -0600 Subject: [PATCH] fix(authelia): Remove asset_path --- modules/nixos/deertopia/authelia.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/deertopia/authelia.nix b/modules/nixos/deertopia/authelia.nix index cf596af..f7aef66 100644 --- a/modules/nixos/deertopia/authelia.nix +++ b/modules/nixos/deertopia/authelia.nix @@ -64,7 +64,7 @@ in { theme = "auto"; server = { address = "tcp://:${builtins.toString cfg.httpPort}"; - asset_path = "${authelia-state-dir}/assets"; + # asset_path = "${authelia-state-dir}/assets"; # Necessary for Nginx integration. No, I do not understand what it # does. endpoints.authz.auth-request.implementation = "AuthRequest";