mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
* Disable wicd in the installation CD for now, because it causes
dhcpcd to segfault randomly or give corrupt output. See e.g. http://hydra.nixos.org/build/2380666/nixlog/1/raw The problem seems to be that wicd sends a "-k" command to dhcpcd to release the interface, which doesn't work well with a dhcpcd that handles all interfaces in one process. svn path=/nixos/trunk/; revision=33720
This commit is contained in:
parent
1201116832
commit
5409e76353
@ -12,7 +12,7 @@ with pkgs.lib;
|
||||
];
|
||||
|
||||
# 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).
|
||||
|
Loading…
Reference in New Issue
Block a user