3
0
Fork 0
forked from mirrors/nixpkgs

* This should no longer be needed.

svn path=/nixos/trunk/; revision=26331
This commit is contained in:
Eelco Dolstra 2011-03-15 18:47:56 +00:00
parent f71bd3f93c
commit 6646268c95

View file

@ -11,13 +11,4 @@
# 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 =
''
Section "Extensions"
Option "Composite" "Disable"
EndSection
'';
}