aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 9d5b644..2fbe816 100644
--- a/hosts/common/optional/pipewire.nix
+++ b/hosts/common/optional/pipewire.nix
@@ -25,5 +25,5 @@
# media-session.enable = true;
};
- sound.enable = true;
+ #sound.enable = true; # disabled per https://github.com/NixOS/nixpkgs/issues/319809
}