authelia: make patch conform to the other ones
This commit is contained in:
parent
7ffbf750a5
commit
e8271a99e4
2 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue