add info about mic

This commit is contained in:
Elias Gasparis 2025-06-05 13:26:13 +08:00
parent 2ba8a7b552
commit 684403024b
2 changed files with 20 additions and 15 deletions

View file

@ -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";