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 ];