authelia: make patch conform to the other ones

This commit is contained in:
eyjhb 2025-02-08 18:19:01 +01:00
parent 7ffbf750a5
commit e8271a99e4
Signed by: eyjhb
GPG key ID: 609F508E3239F920
2 changed files with 1 additions and 1 deletions

View file

@ -11,7 +11,7 @@ in {
services.authelia.instances.main = {
enable = true;
package = pkgs.authelia.overrideAttrs {
patches = [ ./remember_me_by_default.patch ];
patches = [ ./patches/remember-me-by-default.patch ];
};
environmentVariables.AUTHELIA_AUTHENTICATION_BACKEND_LDAP_PASSWORD_FILE = config.age.secrets.lldap-bind-user-pass.path;