From 6822bcff2b38827a18c348c70cae4acbc84ae71e Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 29 Apr 2024 17:16:21 -0400 Subject: [PATCH] temp disable upsmon Signed-off-by: ahuston-0 --- systems/palatine-hill/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index d1baaf1..357d0da 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -257,8 +257,9 @@ in nix.gc.options = "--delete-older-than 150d"; + # TODO: revert this before merging power.ups = { - enable = true; + enable = false; ups."LX1325GU3" = { driver = "usbhid-ups"; port = "auto";