From f61cdf06ba3f0044127b9453b3ea1e4083027556 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 16 Dec 2024 14:15:38 +0100 Subject: [PATCH] enable power management --- hosts/muos/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/muos/configuration.nix b/hosts/muos/configuration.nix index 46ec79f..65d1b2b 100644 --- a/hosts/muos/configuration.nix +++ b/hosts/muos/configuration.nix @@ -20,6 +20,8 @@ ../../common ]; + powerManagement.enable = true; + hardware = { bluetooth = { enable = true;