From 34dea57f8aa7367e4bd63684b4b9678e827cfb74 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 23 Feb 2011 19:11:32 +0000 Subject: [PATCH] * Add wicd to the NixOS CD. svn path=/nixos/trunk/; revision=26083 --- modules/installer/cd-dvd/installation-cd-graphical.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/installer/cd-dvd/installation-cd-graphical.nix b/modules/installer/cd-dvd/installation-cd-graphical.nix index bda613a2532..29e01b0e6ae 100644 --- a/modules/installer/cd-dvd/installation-cd-graphical.nix +++ b/modules/installer/cd-dvd/installation-cd-graphical.nix @@ -9,6 +9,9 @@ ../../profiles/graphical.nix ]; + # Provide wicd for easy wireless configuration. + networking.wicd.enable = true; + # Disable compositing for now. It seems to cause problems with KDE # 4.5 on some graphics drivers (such as Cirrus and VGA in QEMU). services.xserver.config =