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:
parent
293e3a784d
commit
2a135eb4d4
3 changed files with 9 additions and 22 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue