* 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
1 changed files with 4 additions and 0 deletions

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;
}