svn path=/nixos/trunk/; revision=22126

This commit is contained in:
Eelco Dolstra 2010-06-03 14:32:23 +00:00
parent 6676bbe61d
commit 7f41d2bb86
2 changed files with 2 additions and 2 deletions

View file

@ -221,7 +221,7 @@ in
config = {
# Add the mount helpers to the system path so that `mount' can find them.
environment.systemPackages = [pkgs.ntfs3g pkgs.mount_cifs pkgs.nfsUtils];
environment.systemPackages = [pkgs.ntfs3g pkgs.cifs_utils pkgs.nfsUtils];
jobs.filesystems =
{ startOn = [ "new-devices" "ip-up" ];

View file

@ -137,7 +137,7 @@ in
environment.systemPackages =
[ pkgs.host
pkgs.iproute
pkgs.iputils
pkgs.inetutils
pkgs.nettools
pkgs.wirelesstools
pkgs.rfkill