From bc05c958d7c852f0098559f79729b0b21c1795b8 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner <contact@ingolf-wagner.de> Date: Tue, 18 Feb 2025 22:57:36 +1300 Subject: [PATCH] :wrench: enable audio again --- machines/cherry/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/cherry/configuration.nix b/machines/cherry/configuration.nix index 898bfab..29a52dd 100644 --- a/machines/cherry/configuration.nix +++ b/machines/cherry/configuration.nix @@ -55,7 +55,7 @@ components.virtualisation.enable = true; components.gui.enable = true; - components.gui.audio.enable = false; + #components.gui.audio.enable = false; components.mainUser.enable = true; components.media.enable = true; components.media.tts-client.enable = false;