Enable the power management module by default
After all, we don't want NixOS machines to contribute to global warming more than necessary!
This commit is contained in:
parent
9b431cb24e
commit
8f4d8cf620
@ -17,7 +17,7 @@ in
|
|||||||
powerManagement = {
|
powerManagement = {
|
||||||
|
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
default = false;
|
default = true;
|
||||||
description =
|
description =
|
||||||
''
|
''
|
||||||
Whether to enable power management. This includes support
|
Whether to enable power management. This includes support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user