From b024940384090772f6793ccd68dadca24a1342a9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 31 Oct 2011 21:08:22 +0000 Subject: [PATCH] * Enable upower on the graphical ISO. svn path=/nixos/trunk/; revision=30156 --- modules/installer/cd-dvd/installation-cd-graphical.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/installer/cd-dvd/installation-cd-graphical.nix b/modules/installer/cd-dvd/installation-cd-graphical.nix index 629167f8aca..aa49c8e9848 100644 --- a/modules/installer/cd-dvd/installation-cd-graphical.nix +++ b/modules/installer/cd-dvd/installation-cd-graphical.nix @@ -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; }