Enabled power management with upower.
This commit is contained in:
parent
2ae1a7c01c
commit
ce67ebfeb8
|
|
@ -104,6 +104,11 @@
|
||||||
# Enable Bluetooth.
|
# Enable Bluetooth.
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
|
# Enable power management
|
||||||
|
services.upower = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
###################################################
|
###################################################
|
||||||
# SECTION 3: USERSPACE CONFIG AND OPTIONAL SOFTWARE
|
# SECTION 3: USERSPACE CONFIG AND OPTIONAL SOFTWARE
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue