dell-prec-5570-nixos-btw: improve watt releated profile - #27
Merged
Conversation
Add pciutils, which of inspecting detected hardware via `lspci`.
Add Github token to `~/.config/nix/nix.conf`, allowing the nix daemon to use it, when working with the Github API. This way, we can avoid being rate-limited.
At the time of this writing, NixOS' `26.05` channel builds `doctl` in `1.159.0`, doctl to spit out debug logs. These debug logs can mess with TUI-based programs like k9s. It was fixed via digitalocean/doctl#1844, hence we apply this overlay, in order to bump to minimum version. It will throw an exception in the future, once the version bump becomes unnecessary (either on this current stable channel or on the next one), which will remind us to remove this overlay.
It has been observed, that NetworkManager-ensure-profiles.service may sometimes fail from time to time at boot time. Upon retrying, it worked. It seems, this is caused by a data race, which may occur, when `sops-install-secrets.service` hasn't yet deployed the environment files with the decrypted secrets. The fix is to have `NetworkManager-ensure-profiles.service` not running prior to the completion of `sops-install-secrets.service`.
rtucek
marked this pull request as ready for review
August 30, 2026 21:52
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.
private_networkstoshared_networksNetworkManager-ensure-profile.serviceby making sure, it does not run prior tosops-install-sercrets.service