Add Rincewind system configuration

This commit is contained in:
Tom Willemse 2022-11-13 16:29:17 -08:00
parent 07490cdbf7
commit 5210c90ed8

5
rincewind.org Normal file
View file

@ -0,0 +1,5 @@
Disable the PC Speaker because I get annoyed at it beeping at me all the time.
#+begin_src conf :tangle "/sudo::/etc/modprobe.d/nobeep.conf"
blacklist pcspkr
#+end_src