0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

* Remove the ‘services.nfs.client.enable’ flag; use

‘boot.supportedFilesystems = [ "nfs" ]’ if needed.

svn path=/nixos/trunk/; revision=33356
This commit is contained in:
Eelco Dolstra 2012-03-22 12:24:23 +00:00
parent 293e3a784d
commit 2a135eb4d4
3 changed files with 9 additions and 22 deletions

View file

@ -69,7 +69,7 @@ in
services.rpcbind.enable = true;
services.nfs.client.enable = true; # needed for statd and idmapd
boot.supportedFilesystems = [ "nfs" ]; # needed for statd and idmapd
environment.systemPackages = [ pkgs.nfsUtils ];