Enabled power management with upower.

This commit is contained in:
vorboyvo 2024-04-13 23:14:21 -04:00
parent 2ae1a7c01c
commit ce67ebfeb8

View file

@ -104,6 +104,11 @@
# Enable Bluetooth.
hardware.bluetooth.enable = true;
# Enable power management
services.upower = {
enable = true;
};
###################################################
# SECTION 3: USERSPACE CONFIG AND OPTIONAL SOFTWARE
###################################################