bumped sources + fixed authelia patches for updates

This commit is contained in:
eyjhb 2025-03-01 08:57:59 +01:00
parent 9196021d2f
commit aeb1866415
Signed by: eyjhb
GPG key ID: 609F508E3239F920
3 changed files with 7 additions and 31 deletions

View file

@ -11,7 +11,7 @@ in {
services.authelia.instances.main = {
enable = true;
package = pkgs.authelia.override {
web = pkgs.authelia.passthru.web.overrideAttrs (old: {
authelia-web = pkgs.authelia.passthru.web.overrideAttrs (old: {
postPatch = old.postPatch + ''
substituteInPlace src/views/LoginPortal/FirstFactor/FirstFactorForm.tsx \
--replace-fail "const [rememberMe, setRememberMe] = useState(false)" "const [rememberMe, setRememberMe] = useState(true)"