update readme, making sound work

This commit is contained in:
Tootbrute 2025-05-19 17:16:27 +08:00
parent 729b998f08
commit a3d9e3335c
2 changed files with 59 additions and 2 deletions

View file

@ -13,6 +13,11 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
# trying to make microphone work
boot.extraModprobeConfig = ''
options snd-intel-dspcfg dsp_driver=1
'';
fileSystems."/" =
{ device = "/dev/disk/by-uuid/67519a81-c750-4cab-9e25-1f709b0b90de";
fsType = "ext4";