-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
iwd: 0.4 -> 0.7 #44890
iwd: 0.4 -> 0.7 #44890
Conversation
Success on aarch64-linux (full log) Attempted: iwd Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: iwd Partial log (click to expand)
|
Does it make sense to also enable dbus socket activation? |
Success on aarch64-linux (full log) Attempted: iwd Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: iwd Partial log (click to expand)
|
}; | ||
}; | ||
|
||
systemd.services."net-connman-iwd" = { |
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.
The dbus service file should be rather read from the package and iwd added to services.dbus.packages
:
https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/hardware/fwupd.nix#L83
Dbus services are a separate from systemd services and read by the dbus daemon from /etc/dbus-1/session.conf on startup.
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.
Should we use iwd.service
from the package too?
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.
If it works, this is the preferred way.
Success on x86_64-linux (full log) Attempted: iwd Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: iwd Partial log (click to expand)
|
https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)cc @Mic92