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

https://github.com/NixOS/nixos-hardware/tree/master/system76 doesn't seem to contain a configuration for [Serval WS](https://system76.com/laptops/serw13/configure). I'd be happy to take on the work to write this configuration, but I'd likely need a mentor. I just...

Hi everyone, First off: very deep appreciation for everything already done here :). I have a Surface Laptop 5 running on nixos with the nixos microsoft-surface-common module. Everything working (this...

When attempting to enable USB's on my PI CM4 I thought enabling xhci (through `hardware.raspberry-pi."4".xhci.enable = true;`) would fix it, but it in turn causes the following build error. Am...

Hello :wave: , After installing NixOS and using `nixos-hardware` to setup my Raspberry Pi 4, the allocated GPU memory is 76M. ``` # vcgencmd get_mem gpu gpu=76M ``` I'd like...

###### Description of changes ``` commit 0c55f0f776577c45cc9d05d2e0a38013b965d70b Author: NAHO Date: 2025-09-07 01:15:31 +0200 tuxedo/pulse/15/gen2: load more internal modules tuxedo/pulse/15/gen2/default.nix | 5 +++++ 1 file changed, 5 insertions(+) commit 40dffd02e3fe00ad1a27fd1b8b0d059c253776da Author:...

The framework kmod module option runs into infinite recursion. # (Potentially useful) info - I use the cachyos kernel from chaotic nyx if that info is of any use. -...

###### Description of changes Progress towards #854 This adds `packages` and `hydraJobs` to the Flake. This is a first step towards caching things on Hydra. ###### Things done - [x]...

###### 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...

After an update attempt, the kernel no longer builds due to a rustc error. This is the end of the derivation log for `/nix/store/jxw2bls17ziwppg9ac3v41g1kbycvfcq-linux-6.12.19.drv`: ``` RUSTC L rust/core.o error[E0658]: `let`...

After updating to nixpkgs dfb2f12e899db4876308eba6d93455ab7da304cd (Linux 6.16.3, PipeWire 1.4.7) on my Framework Laptop 13 (AMD Ryzen AI 300), the built-in microphone stopped working. Following the advice of the [Arch Linux...