From 37c6c3371e63ac6f9c033b328254da51f74ce9fa Mon Sep 17 00:00:00 2001 From: reidlab Date: Thu, 2 Apr 2026 01:07:37 -0700 Subject: [PATCH] nvm suspend is borked --- hosts/flubber-machine/hardware.nix | 1 - hosts/flubber-machine/omen-30l-gt13-1xxx.nix | 9 ++++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/hosts/flubber-machine/hardware.nix b/hosts/flubber-machine/hardware.nix index fc96195..929b5ec 100755 --- a/hosts/flubber-machine/hardware.nix +++ b/hosts/flubber-machine/hardware.nix @@ -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 diff --git a/hosts/flubber-machine/omen-30l-gt13-1xxx.nix b/hosts/flubber-machine/omen-30l-gt13-1xxx.nix index 79193bf..e324819 100644 --- a/hosts/flubber-machine/omen-30l-gt13-1xxx.nix +++ b/hosts/flubber-machine/omen-30l-gt13-1xxx.nix @@ -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 + ''; }