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