* Enable upower on the graphical ISO.
svn path=/nixos/trunk/; revision=30156
This commit is contained in:
parent
cf03194d59
commit
b024940384
|
@ -11,4 +11,8 @@
|
||||||
|
|
||||||
# Provide wicd for easy wireless configuration.
|
# Provide wicd for easy wireless configuration.
|
||||||
networking.wicd.enable = true;
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue