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;