From e30bcf5bc6dc26b10e7a82afbb57e99ff0f67ddd Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 26 Oct 2025 20:32:22 +0100 Subject: [PATCH] feat(skadi): remove pipewire extraConfig. --- hosts/skadi/configuration.nix | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index f51f01a..c911293 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -128,25 +128,6 @@ services.pipewire = { enable = true; pulse.enable = true; - - extraConfig.pipewire."92-low-latency" = { - "context.properties" = { - "default.clock.rate" = 48000; - "default.clock.quantum" = 256; - "default.clock.min-quantum" = 256; - "default.clock.max-quantum" = 256; - }; - }; - wireplumber.extraConfig = { - "10-disable-camera" = { - "wireplumber.profiles" = { - main = { - "monitor.libcamera" = "disabled"; - }; - }; - }; - }; - alsa = { enable = true; support32Bit = true;