This commit is contained in:
Schrottkatze 2025-12-04 14:48:03 +01:00
commit 682f0354ae
No known key found for this signature in database
2 changed files with 12 additions and 2 deletions

View file

@ -27,6 +27,16 @@
gaming.enable = true;
};
};
services.pipewire.extraConfig.pipewire = {
"10-clock-rate" = {
"context.properties" = {
"default.clock.allowed-rates" = "[ 48000 44100 ]";
"log.level" = "4";
};
};
};
boot = {
loader = {
# Use the systemd-boot EFI boot loader.

View file

@ -6,9 +6,9 @@
services = {
pipewire = {
enable = true;
alsa.enable = true;
alsa.enable = false;
pulse.enable = true;
jack.enable = true;
jack.enable = false;
};
};
environment.systemPackages = with pkgs; [