Skip to content

Commit

Permalink
workstation: add kernel param to reduce audio crackling
Browse files Browse the repository at this point in the history
Signed-off-by: aserowy <serowy@hotmail.com>
  • Loading branch information
aserowy committed Dec 22, 2024
1 parent 4f3e536 commit fb51d95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions systems/workstation/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"i915"
];
kernelModules = [ "kvm-intel" ];
# NOTE: reduces cracking audio on dac, see
# https://discourse.nixos.org/t/setting-up-pipewire-to-get-rid-of-cracks-noises/56358
kernelParams = [ "preempt=full" ];
extraModulePackages = [ ];
};

Expand Down

0 comments on commit fb51d95

Please sign in to comment.