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