add info about mic
This commit is contained in:
parent
2ba8a7b552
commit
684403024b
2 changed files with 20 additions and 15 deletions
|
@ -16,6 +16,10 @@
|
|||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
#boot.kernelPackages = pkgs.linuxPackages_6_14;
|
||||
|
||||
boot.extraModprobeConfig = ''
|
||||
options snd slots=snd-hda-intel
|
||||
'';
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/27986c46-1dd1-4444-b732-7e7c36f2ed29";
|
||||
fsType = "ext4";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue