From e86a16c93209cf4173f957656dff9e9756451451 Mon Sep 17 00:00:00 2001 From: finn Date: Mon, 25 Sep 2023 10:15:35 +0200 Subject: [PATCH] Sound Options using pulseaudio --- machines/jupiter/configuration.nix | 13 ------------- modules/hardware/default.nix | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/machines/jupiter/configuration.nix b/machines/jupiter/configuration.nix index 7a6ff6a..957cb95 100644 --- a/machines/jupiter/configuration.nix +++ b/machines/jupiter/configuration.nix @@ -38,20 +38,7 @@ # Enable sound with pipewire. sound.enable = true; - hardware.pulseaudio.enable = false; security.rtkit.enable = true; - services.pipewire = { - enable = true; - alsa.enable = true; - alsa.support32Bit = true; - pulse.enable = true; - # If you want to use JACK applications, uncomment this - #jack.enable = true; - - # use the example session manager (no others are packaged yet so this is enabled by default, - # no need to redefine it in your config for now) - #media-session.enable = true; - }; system = { stateVersion = "23.05"; diff --git a/modules/hardware/default.nix b/modules/hardware/default.nix index 6fa34ba..71e9c03 100644 --- a/modules/hardware/default.nix +++ b/modules/hardware/default.nix @@ -10,7 +10,7 @@ #./graphics #./keychron #./yubikey - #./sound + ./sound #./thunderbolt #./wifi ];