svn path=/nixos/trunk/; revision=22126
This commit is contained in:
parent
6676bbe61d
commit
7f41d2bb86
2 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
|
@ -137,7 +137,7 @@ in
|
|||
environment.systemPackages =
|
||||
[ pkgs.host
|
||||
pkgs.iproute
|
||||
pkgs.iputils
|
||||
pkgs.inetutils
|
||||
pkgs.nettools
|
||||
pkgs.wirelesstools
|
||||
pkgs.rfkill
|
||||
|
|
Loading…
Reference in a new issue