-
-
Notifications
You must be signed in to change notification settings - Fork 17.5k
nixos/howdy: init #216245
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
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
@SuperSandro2000 mind taking a look? |
| preStart = '' | ||
| modprobe uvcvideo | ||
| sleep 1 | ||
| ''; |
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.
I've added this to match https://github.com/EmixamPP/linux-enable-ir-emitter/blob/master/boot_service/systemd/linux-enable-ir-emitter.service after having the program fail to detect the IR camera until a service restart. Possibly makes sense to remove the dependency on dev-${cfg.device}.device since linux-enable-ir-emitter looks in /sys, not /dev.
AkechiShiro
left a comment
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.
LGTM
Aleksanaa
left a comment
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.
I'd like to get this in so people can start using it first. Are there any remaining known issues?
|
Just want to mention, I tried executing Maybe a proper way to test this PR would be to use the module/import it and configure it properly, instead of testing inside the |
|
This comment was marked as duplicate.
This comment was marked as duplicate.
|
Hi @fufexan Sorry again to ping you, could you please solve the merge conflict/rebase the PR please ? I will try to find more people for reviews and ideally getting this PR merged. Edit : The mobile GitHub client seems to have duplicated my last comment, I'm surprised. |
I'm not sure what's at fault but I suspect it's the python wrapper. If anyone has more experience with python/wrapping/polkit auth, I could use some help.
It's not essential for testing and will keep happening until a majority of approvals to merge is reached. I'd rather rebase once that's done if that's fine. |
I added this PR as input to my flake and I get the same error also I am not sure if I need to add more then |
Okay, it is but we still have more problems. It is just using pkexec to re-execute current argv0. And it's only passing down arguments, not environment variables 🥶 |
Description of changes
Adds Howdy as a service.
TODO:
Fixes #76928
Things done
sandbox = trueset 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