bumped sources + fixed authelia patches for updates
This commit is contained in:
parent
9196021d2f
commit
aeb1866415
3 changed files with 7 additions and 31 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue