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 =
|
imports =
|
||||||
[
|
[
|
||||||
inputs.hardware.nixosModules.gigabyte-b550
|
|
||||||
inputs.hardware.nixosModules.common-cpu-amd
|
inputs.hardware.nixosModules.common-cpu-amd
|
||||||
inputs.hardware.nixosModules.common-gpu-amd
|
inputs.hardware.nixosModules.common-gpu-amd
|
||||||
inputs.hardware.nixosModules.common-pc-ssd
|
inputs.hardware.nixosModules.common-pc-ssd
|
||||||
|
|
|
||||||
|
|
@ -11,9 +11,8 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ amdgpu_top ];
|
environment.systemPackages = with pkgs; [ amdgpu_top ];
|
||||||
|
|
||||||
# fix audio issues
|
# fix audio issues: https://forums.linuxmint.com/viewtopic.php?t=445461
|
||||||
# Is this even needed. I'm losing my mindddddd
|
boot.extraModprobeConfig = ''
|
||||||
# https://forums.linuxmint.com/viewtopic.php?t=445461
|
options snd_hda_intel model=generic
|
||||||
# https://help.ubuntu.com/community/HdaIntelSoundHowto
|
'';
|
||||||
boot.extraModprobeConfig = ''options snd_hda_intel model=generic'';
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue