Initial commit

Module for SuperMicro A1SRI-2758F
This commit is contained in:
Emery Hemingway
2016-02-08 12:24:29 +01:00
commit 4bd6934a05
2 changed files with 24 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
A collection of NixOS modules covering hardware quirks.
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.
## Usage
The simplest way to use this repo for now is to clone locally and include by path:
``` nix
{ config, pkgs, ... }:
{
imports =
[ /home/user/nixos-hardware/acme/thunkpad-2000.nix ];
}
'''