nixos-hardware icon indicating copy to clipboard operation
nixos-hardware copied to clipboard

A collection of NixOS modules covering hardware quirks.

Results 226 nixos-hardware issues
Sort by recently updated
recently updated
newest added

My Lenovo C940 has a fingerprint scanner but it is basically only a camera and relies on the host to do the matching. Now, the libfprint folks have an open...

There was a bug on Skylake and Kabylake R laptop where built-in soundcard (ALC256) is not detected[^1][^2][^3][^4] There is a fix for that bug that require compile something with `alsatplg`...

Currently the nixos-hardware for T14s/AMD (https://github.com/NixOS/nixos-hardware/blob/master/lenovo/thinkpad/t14s/amd/gen1/default.nix) it defaults to use of `pkgs.linuxPackages_latest`, this doesn't always work with third party kernel modules such as `zfs` or `VirtualBox`. So to get my...

Hello! As in the title; I'm trying to apply a patch for `bcachefs` for the surface kernel, but `boot.kernelPatches` is not being respected; more information about my config can be...

I've been struggling to get a Nix image on a raspberry pi. Whenever I flash the image and boot it up, just before it gets to an interactive prompt, the...

I think this is related to move to "throttled" to fix the intel throttling issue on various laptops. While trying to use `undervolt` last night, I realized that something is...

Dell XPS 9710 microphone is slient with kernel `linux_zen` and latest kernel. However, I have tried Ubuntu 21.10 Live CD and the mic works just fine. Seems there is modprode...

The following trivial example fails to build for 21.11, but succeeds for 21.05. Minimal flake.nix: ``` { description = "System Configuration"; inputs = { nixos.url = "github:nixos/nixpkgs/nixos-21.11"; nixos-hardware.url = "github:nixos/nixos-hardware";...

Looking through the repository, none of the configurations have `hardware.nvidia.powerManagement` configured. On my dell machine, I've been able several watts with; ``` hardware.nvidia = { powerManagement = { enable =...

I have added nixos-hardware as a channel: ``` > sudo nix-channel --list nixos https://nixos.org/channels/nixos-21.11 nixos-hardware https://github.com/NixOS/nixos-hardware/archive/master.tar.gz ``` running `sudo nix-channel --update && sudo nixos-rebuild switch` fails with: ``` Failed assertions:...