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

There's already a profile for [15ARH05H](https://github.com/NixOS/nixos-hardware/blob/master/lenovo/legion/15arh05h/default.nix) model, and it seems to work fine so far with my `15ARH05`. https://pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/legion-series/legion-5-15arh05/ Possibly could be almost 1:1 copy, the only issue I noticed...

###### Description of changes ###### Things done - [x] Tested the changes in your own NixOS Configuration - [x] Tested the changes end-to-end by using your fork of `nixos-hardware` and...

![image](https://github.com/user-attachments/assets/106f2e7d-a473-4f00-9145-835b68b432aa) ```bash error: builder for '/nix/store/17cxk5fyi5wcfdg98wmkkwi246fg2jjw-lenovo-legion-module-0.0.12.drv' failed with exit code 2; last 25 log lines: > no configure script, doing nothing > Running phase: buildPhase > build flags: SHELL=/nix/store/izpf49b74i15pcr9708s3xdwyqs4jxwl-bash-5.2p32/bin/bash O=\$\(buildRoot\)...

Saw that in #964, NVME boot is possible. Trying it and it's not working: ``` > loading module clk-starfive-jh7110-aon... [ 3.243664] gpio gpiochip1: Static allocation of GPIO base is deprecated,...

Hello, I have noticed crashing and resume failing after success suspend (it would reboot successfully). It seems like with kernel param "pcie_aspm=off", I managed to suspend my laptop just fine...

The pipewire/wireplumber config that gets applied to the speakers sounds great, but the profile also seems to affect the headphone jack, which sounds really bad. I'm not sure if there's...

Hey, would like to build an image with Btrfs as root filesystem for the VisionFive2 since I'm using NixOS on a NVME drive and would like to use Btrfs snapshot...

There seems to be a bug in some 6.12.x-line kernel versions that affects the amd7000 series fw13 laptops **The bug also affects some other laptops with AMD Vega and 6\*\*M/7\*\*M...

###### Description of changes I've added the Odroid M1 to nixos-hardware. ###### Things done - [X] Tested the changes in your own NixOS Configuration. - [X] Tested the changes end-to-end...

The hid-sensor-hub kernel module is blacklisted for the Framework 13 12th and 13th gen for any kernel under 6.8: https://github.com/NixOS/nixos-hardware/blob/def1d472c832d77885f174089b0d34854b007198/framework/13-inch/12th-gen-intel/default.nix#L26 the reason for this, as can be read in [this...