mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
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 = {
|
||||
|
||||
enable = mkOption {
|
||||
default = false;
|
||||
default = true;
|
||||
description =
|
||||
''
|
||||
Whether to enable power management. This includes support
|
||||
|
|
Loading…
Reference in a new issue