From 85ed26bb80f921c900b898431c095aa6814e2042 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Tue, 13 Aug 2024 15:26:12 -0300 Subject: [PATCH] Attempted to reduce power consumption by disableing monitoring the camera --- hosts/Equinox/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/Equinox/default.nix b/hosts/Equinox/default.nix index d2b1642..6906b91 100644 --- a/hosts/Equinox/default.nix +++ b/hosts/Equinox/default.nix @@ -68,6 +68,13 @@ in { alsa.enable = true; alsa.support32Bit = true; pulse.enable = true; + wireplumber.extraConfig."10-disable-camera" = { + "wireplumber.profiles" = { + main = { + "monitor.libcamera" = "disabled"; + }; + }; + }; }; # Setup bluetooth