nixos-hardware
nixos-hardware copied to clipboard
A collection of NixOS modules covering hardware quirks.
Using the following import code, Displaylink now fails to build on my Surface Pro 8, since a few days ago. I've tried commenting out the surface-pro-intel bit, and it builds...
###### Description of changes Starting with [linux 6.12.20](https://github.com/matthiasdotsh/nixos-hardware/tree/ms-surface/update-kernel-6.12.20) kernel bumps are failing. ```bash # Sorry, my nixos config isn't public yet. sudo nixos-rebuild switch --flake .#surface-pro9 ``` last lines from...
@moduon MT-9339 ###### 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...
###### Description of changes Added support for the Asus Zenbook Duo 14 UX481. It contains a profile for only using Intel iGPU and one also enabling the Nvidia dGPU. I...
Hi, I use the following snippet to enable and disable my fingerprint sensor when docking my Framework 13. Could this be added as an option to the Framework 13 module?...
The E14 has a i5-10210U which is from comet lake. see https://www.intel.com/content/www/us/en/products/sku/195436/intel-core-i510210u-processor-6m-cache-up-to-4-20-ghz/specifications.html ###### Description of changes ###### Things done - [ ] Tested the changes in your own NixOS Configuration...
After compiling the sd image and writing it to an sd card I can start booting but I get: ``` Retrieving file: /boot/extlinux/../nixos/4pmgb30ammlgxlcb717d54xaz5rs58i1-linux-riscv64-unknown-linux-gnu-6.13.6-dtbs/starfive/starfive_visionfive2.dtb Failed to load '/boot/extlinux/../nixos/4pmgb30ammlgxlcb717d54xaz5rs58i1-linux-riscv64-unknown-linux-gnu-6.13.6-dtbs/starfive/starfive_visionfive2.dtb' Device tree not...
Hi, I updated my flake and rebuilt my config on my FW16, and now I get this: ```error: … while calling the 'head' builtin at /nix/store/l9nb64iii15y0nr37qrs1cfm6rlpg6gh-source/lib/attrsets.nix:1574:11: 1573| || pred here...
This enables a boot option that switches off NVIDIA GPU. Allows for battery saving. @moduon MT-9339 ###### Description of changes ###### Things done - [x] Tested the changes in your...
I have a blurb in my own nixos config for certain CPUs to disable either `retbleed` and/or `downfall` mitigations. Both of these are pretty much lab-only exploits that are virtually...