From 6b7f4459fc0cd49379b952463de0ab60876d6394 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 26 May 2026 19:19:58 +0200 Subject: [PATCH] no headphone jack static --- system-modules/boot.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/system-modules/boot.nix b/system-modules/boot.nix index 719de76..b0bb471 100644 --- a/system-modules/boot.nix +++ b/system-modules/boot.nix @@ -27,7 +27,11 @@ kernelPackages = pkgs.linuxPackages; extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ]; kernelModules = [ "v4l2loopback" ]; - extraModprobeConfig = ''options v4l2loopback devices=1 video_nr=1 card_label="OBS VCam" exclusive_caps=1''; + extraModprobeConfig = '' + options v4l2loopback devices=1 video_nr=1 card_label="OBS VCam" exclusive_caps=1 + options snd_hda_intel power_save=0 + options snd_ac97_codec power_save=0 + ''; loader = { efi.canTouchEfiVariables = true; grub = {