-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
nixos/howdy: init #216245
base: master
Are you sure you want to change the base?
nixos/howdy: init #216245
Conversation
I don't have the HW to test this. |
762e062
to
7a200d4
Compare
On my laptop, it only works 10% of the time. Peculiar behavior. |
The issue generally occurs when waking up from suspend. Do you often use suspend ? I disabled it for now, it breaks less often than what I read here, but it tends to break at the worst time... |
Sorry for the novice question, How can I try out the service without changing inputs.nixpkgs.url to github:fufexan/howdy? I attempted adding the fork as an additional input, importing the relevant services, and setting overlays for the packages, but haven't had success. Thanks in advance! |
This is how I would go about with more complex PRs like this:
Edit: To revert this, just restore your flake.lock to its state in the Git index (i.e. |
#76928 (comment) here's a simpler approach. |
works fine when the directory exists |
@PaideiaDilemma should be fixed now. Can anyone test? |
@fufexan thanks, fixed. From my point of view it is quite desirable to have this packaged. However, I think some sort of disclaimer that this is experimental software and not a secure login method would be appropriate. That is missing on the howdy repo as well as on the archwiki, if you ask me. Mainly because howdy is not mature, this targets the |
@PaideiaDilemma you raise a good point. Hopefully the issue you opened is addressed. In the meantime we can separately add the patch. |
@PaideiaDilemma I've added an admonition describing the security implications. |
@fufexan Sounds reasonable.
Yeah, why not. |
Hey I just got Howdy back on my system again and now im noticing the IR sensor no longer blinks 😭 Also I notice when it tries to search for my configs, it says |
Tried it yesterday, still have the same behavior |
Description of changes
Adds Howdy as a service.
TODO:
Fixes #76928
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)closes #344024