From df3908daeb9cbb389e3de92840a9b24a7b2cfa8e Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 1 Dec 2024 18:05:15 +0100 Subject: [PATCH] services: pipewire: sound option no longer exists --- services/pipewire.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/pipewire.nix b/services/pipewire.nix index 04d8135..913cc28 100644 --- a/services/pipewire.nix +++ b/services/pipewire.nix @@ -22,8 +22,6 @@ in { # HACK: services.pipewire.alsa doesn't exist on 20.09, avoid evaluating this # config (my 20.09 machine is a server anyway) config = optionalAttrs (options ? services.pipewire.alsa) (mkIf cfg.enable { - # from NixOS wiki, causes conflicts with pipewire - sound.enable = false; # recommended for pipewire as well security.rtkit.enable = true; services.pipewire = {