-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nix: option logout-url does not exist #2643
Comments
Thank you for reporting! If you could do a PR for this, that would be awesome! I didn't know about this RFC, but I like it :) Is there some minimum Nix version required (I haven't read through the whole issue yet)? |
Will do. On a related note:
The RFC is actually effectively implemented as part of let
settingsFormat = pkgs.formats.json { };
cfg = config.services.foo;
in
{
# ...
configFile = settingsFFormat.generate "config.json" cfg.config;
} It's been around for a while and it's present in the
|
Thank you for the nice explanation and the PR!
I don't care really, you can just add it to the existing PR, or do whatever feels better for you :). |
I added the auth.on-account-source-conflict option to the same PR. The RFC42 stuff probably is worth splitting out from this issue |
While setting up keycloak to work with docspell I followed the example config:
But this leads to an error:
Nix is not lying, this option indeed does not exist in server.nix :)
I'd be happy to add it as a PR. On a related note -- would this be the right time to potentially move to RFC42-compliant config? Could be a replacement of
extraConfig
.The text was updated successfully, but these errors were encountered: