From 682f0354ae086212202d5294560fd031a48fdc2f Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Thu, 4 Dec 2025 14:48:03 +0100 Subject: [PATCH] aaaaaaa --- hosts/monosodium-glutamate-g/configuration.nix | 10 ++++++++++ modules/desktop/audio.nix | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/hosts/monosodium-glutamate-g/configuration.nix b/hosts/monosodium-glutamate-g/configuration.nix index ee4eb1b..9f4c428 100644 --- a/hosts/monosodium-glutamate-g/configuration.nix +++ b/hosts/monosodium-glutamate-g/configuration.nix @@ -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. diff --git a/modules/desktop/audio.nix b/modules/desktop/audio.nix index fdfb747..d939f79 100644 --- a/modules/desktop/audio.nix +++ b/modules/desktop/audio.nix @@ -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; [