feat(hosts): add tether to r2d2 and mhelton-fw13 - #686
Merged
Conversation
Tether bridges an iPhone to the Linux desktop for clipboard sync, file transfer, messages, and notifications. Wifi discovery needs avahi, so mhelton-fw13 no longer forces it off.
Tether's bluetooth features need a powered adapter, including the class of device unit that runs alongside bluetooth.service.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds tether via its NixOS module, enabled through a shared
hosts/common/tether.nixon both Framework laptops.Wifi (with the mDNS/TCP firewall ports) and bluetooth are both on. mhelton-fw13 had avahi forced off, which tether's wifi discovery needs, so that line is dropped. Both hosts also go back to powering the bluetooth adapter at boot, since the class of device unit and the messages/notification path need a live adapter.
nix build .#checks.x86_64-linux.nixos-r2d2 .#checks.x86_64-linux.nixos-mhelton-fw13passes.