From 1000cce588f766286b7d834e1ec505b6ea158d41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= <tm@tlater.net> Date: Fri, 31 Jan 2025 22:31:10 +0800 Subject: [PATCH] feat: Don't run battery manager in test VM --- configuration/hardware-specific/vm.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration/hardware-specific/vm.nix b/configuration/hardware-specific/vm.nix index 225a846..db563fe 100644 --- a/configuration/hardware-specific/vm.nix +++ b/configuration/hardware-specific/vm.nix @@ -23,6 +23,9 @@ }; }; + # Don't run this + services.batteryManager.enable = lib.mkForce false; + # Both so we have a predictable key for the staging env, as well as # to have a static key for decrypting the sops secrets for the # staging env.