Disable laptop "beep" via kernel module
This commit is contained in:
parent
fa882cb478
commit
6211e1dd0d
@ -55,6 +55,8 @@
|
||||
"cifs"
|
||||
];
|
||||
|
||||
boot.blacklistedKernelModules = [ "pcspkr" ]; # Disables "beep"
|
||||
|
||||
networking.hostName = "aspi";
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
networking.networkmanager.enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user