-
Notifications
You must be signed in to change notification settings - Fork 30
flake.nix: fix broken flake #85
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
Conversation
6b26a37 to
b1a9451
Compare
e8855bb to
a1d117f
Compare
flake.nix
Outdated
| log = cfg.settings.logLevel; | ||
| debug-all-requests = cfg.settings.debugAllRequests; | ||
| debug-tsnet = cfg.settings.debugTsnet; | ||
| dir = "/var/lib/tsidp"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prob want to upstream this also @akotro
Without this all the config ends up in /var/lib/tsidp/.config/tsnet-tsidp/. When before it was just in /var/lib/tsidp/ on the pre-updated flake I had put together.
This broke what already existed in the repo for people using it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense, I'll open a PR for it upstream.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I can handle it! Was just a passing comment on an unexpected delta.
I can tomorrow morning but if you beat me to it I won't stop you.
Appreciate the collaboration and updates in both places you've been doing!
a1d117f to
9d97b5f
Compare
mkPackageOption references pkgs, but the flake should reference the local package first as a default as this is not upstream. add meta.mainProgram to resolve warning. Fix data dir arg. Signed-off-by: Mike O'Driscoll <mike@unusedbytes.ca>
9d97b5f to
1996cb8
Compare
mkPackageOption references pkgs, but the flake should reference
the local package first as a default as this is not upstream.
add meta.mainProgram to resolve warning.
Fix data dir arg.