1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-25 22:18:32 +02:00
Mirror of NixOS-hardware
Go to file
Emery Hemingway 6fe0bd9d01 Merge pull request #6 from peti/master
Add power-saving configuration for Lenovo T410.
2016-02-11 00:26:06 +01:00
audio-gd audio-gd/compass2: init 2016-02-08 18:50:09 +03:00
lenovo Merge pull request #6 from peti/master 2016-02-11 00:26:06 +01:00
supermicro supermicro/a1sri-2758f: enable ipmi 2016-02-10 12:25:17 +01:00
usbarmory USB Armory configuration 2016-02-10 10:41:46 -06:00
README.md update README 2016-02-10 18:38:03 +01:00

A collection of NixOS modules covering hardware quirks.

Usage

The simplest way to use this repo for now is to clone locally and include by path:

{ config, pkgs, ... }:

{
  imports =
    [ /home/user/nixos-hardware/acme/thunkpad-2000.nix ];
}

Modules should favor usability and stability, so performance hacks should be activated by an additional a NixOS option or conservative and performance configs can be declared in seperate modules.

Because modules can only be tested with the appropriate hardware, quality assurance is up to you.