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; [