nvm suspend is borked

This commit is contained in:
Reid 2026-04-02 01:07:37 -07:00
parent 98f3f2df9a
commit 37c6c3371e
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
2 changed files with 4 additions and 6 deletions

View file

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

View file

@ -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
'';
}