nvm suspend is borked
This commit is contained in:
parent
98f3f2df9a
commit
37c6c3371e
2 changed files with 4 additions and 6 deletions
|
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
inputs.hardware.nixosModules.gigabyte-b550
|
||||
inputs.hardware.nixosModules.common-cpu-amd
|
||||
inputs.hardware.nixosModules.common-gpu-amd
|
||||
inputs.hardware.nixosModules.common-pc-ssd
|
||||
|
|
|
|||
|
|
@ -11,9 +11,8 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [ amdgpu_top ];
|
||||
|
||||
# fix audio issues
|
||||
# Is this even needed. I'm losing my mindddddd
|
||||
# https://forums.linuxmint.com/viewtopic.php?t=445461
|
||||
# https://help.ubuntu.com/community/HdaIntelSoundHowto
|
||||
boot.extraModprobeConfig = ''options snd_hda_intel model=generic'';
|
||||
# fix audio issues: https://forums.linuxmint.com/viewtopic.php?t=445461
|
||||
boot.extraModprobeConfig = ''
|
||||
options snd_hda_intel model=generic
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue