From 33367964ae0ceac9e0ce4d91040549e176fb90c5 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 15 Aug 2024 13:00:51 +0200 Subject: [PATCH] Nixos: Disable deprecated sound option --- system/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/default.nix b/system/default.nix index 6be139ac..84e1588d 100644 --- a/system/default.nix +++ b/system/default.nix @@ -371,7 +371,7 @@ with mylib.networking; { # ausweisapp.openFirewall = true; # Directly set port in firewall }; - sound.enable = false; # Alsa, seems to conflict with PipeWire + # sound.enable = false; # Alsa, seems to conflict with PipeWire # NOTE: Deprecated hardware.pulseaudio.enable = false; # Get off my lawn # List services that you want to enable: @@ -385,7 +385,7 @@ with mylib.networking; { jack.enable = false; wireplumber.enable = true; # Probably the default - # media-session.enable = false; # Removed upstream + # media-session.enable = false; # NOTE: Deprecated }; # Enable the X11 windowing system.