about summary refs log tree commit diff
path: root/nixos/modules/services/desktops/pipewire/wireplumber.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-03-09 15:44:23 +0300
committerK900 <me@0upti.me>2023-03-14 20:31:32 +0300
commit1fab86929f7df5cdd60bcf65b4c78f4058777a03 (patch)
treee0e18d397f14b0f4fee4d68c33218ae9f7151504 /nixos/modules/services/desktops/pipewire/wireplumber.nix
parentb8ac3f9a93cac7a54aafc366f221b372dd59b463 (diff)
downloadnixlib-1fab86929f7df5cdd60bcf65b4c78f4058777a03.tar
nixlib-1fab86929f7df5cdd60bcf65b4c78f4058777a03.tar.gz
nixlib-1fab86929f7df5cdd60bcf65b4c78f4058777a03.tar.bz2
nixlib-1fab86929f7df5cdd60bcf65b4c78f4058777a03.tar.lz
nixlib-1fab86929f7df5cdd60bcf65b4c78f4058777a03.tar.xz
nixlib-1fab86929f7df5cdd60bcf65b4c78f4058777a03.tar.zst
nixlib-1fab86929f7df5cdd60bcf65b4c78f4058777a03.zip
nixos/pipewire: spring cleaning
- drop media-session (rip :skull:)
- stop trying to let people override default configs, those never got merged correctly
- drop all the complexity arising from having to vendor default config files
- build docs in sandbox as we no longer recurse
Diffstat (limited to 'nixos/modules/services/desktops/pipewire/wireplumber.nix')
-rw-r--r--nixos/modules/services/desktops/pipewire/wireplumber.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/modules/services/desktops/pipewire/wireplumber.nix b/nixos/modules/services/desktops/pipewire/wireplumber.nix
index 4b36b99aa7c1..95a7ece26c5d 100644
--- a/nixos/modules/services/desktops/pipewire/wireplumber.nix
+++ b/nixos/modules/services/desktops/pipewire/wireplumber.nix
@@ -29,10 +29,6 @@ in
   config = lib.mkIf cfg.enable {
     assertions = [
       {
-        assertion = !config.services.pipewire.media-session.enable;
-        message = "WirePlumber and pipewire-media-session can't be enabled at the same time.";
-      }
-      {
         assertion = !config.hardware.bluetooth.hsphfpd.enable;
         message = "Using Wireplumber conflicts with hsphfpd, as it provides the same functionality. `hardware.bluetooth.hsphfpd.enable` needs be set to false";
       }