aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-12-27 12:01:52 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-12-27 12:01:52 -0800
commitd0b7f37ca81355c642ab5f85f71c5281a4c32a73 (patch)
treec597bf9561066bb8624bd5a002b6ba9525df0abe /hosts/common
parentcc731cf464a7f0d52399333d682d1ec81fc58ecf (diff)
downloadnix-d0b7f37ca81355c642ab5f85f71c5281a4c32a73.tar
nix-d0b7f37ca81355c642ab5f85f71c5281a4c32a73.tar.gz
nix-d0b7f37ca81355c642ab5f85f71c5281a4c32a73.tar.bz2
nix-d0b7f37ca81355c642ab5f85f71c5281a4c32a73.tar.lz
nix-d0b7f37ca81355c642ab5f85f71c5281a4c32a73.tar.xz
nix-d0b7f37ca81355c642ab5f85f71c5281a4c32a73.tar.zst
nix-d0b7f37ca81355c642ab5f85f71c5281a4c32a73.zip
Revert pipewire to tracking unstable
Diffstat (limited to 'hosts/common')
-rw-r--r--hosts/common/optional/pipewire.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/optional/pipewire.nix b/hosts/common/optional/pipewire.nix
index 2e69b5c..ed83faa 100644
--- a/hosts/common/optional/pipewire.nix
+++ b/hosts/common/optional/pipewire.nix
@@ -25,7 +25,7 @@
alsa.support32Bit = true;
enable = true;
jack.enable = true;
- package = pkgs.master.pipewire;
+ #package = pkgs.master.pipewire;
pulse.enable = true;
wireplumber.enable = true;