1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 02:53:34 +02:00

Add tips and tricks section to README

This commit is contained in:
Emery Hemingway 2016-02-26 11:46:42 +01:00
parent fe0e5b767e
commit 088440bd65

View File

@ -17,3 +17,8 @@ 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**.
## Simple tips and tricks
### Disable PC speaker
```boot.blacklistedKernelModules = [ "pcspkr" ];```