mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
Add tips and tricks section to README
This commit is contained in:
@@ -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" ];```
|
||||
|
||||
Reference in New Issue
Block a user