1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

* Enable upower on the graphical ISO.

svn path=/nixos/trunk/; revision=30156
This commit is contained in:
Eelco Dolstra 2011-10-31 21:08:22 +00:00
parent cf03194d59
commit b024940384

View file

@ -11,4 +11,8 @@
# Provide wicd for easy wireless configuration.
networking.wicd.enable = true;
# KDE complains if power management is disabled (to be precise, if
# there is no power management backend such as upower).
powerManagement.enable = true;
}