summary refs log tree commit diff
path: root/nixos/modules/services/network-filesystems/nfsd.nix
Commit message (Collapse)AuthorAge
* nixos/treewide: Move rename.nix imports to their respective modulesSilvan Mosberger2019-12-10
| | | | | | | | A centralized list for these renames is not good because: - It breaks disabledModules for modules that have a rename defined - Adding/removing renames for a module means having to find them in the central file - Merge conflicts due to multiple people editing the central file
* nfsd: add extraNfsdConfigFrancois-Rene Rideau2017-09-23
|
* nfsd service: don't run exportfsNikolay Amiantov2017-02-05
| | | | It's run by service already.
* nfs service: create state directoriesNikolay Amiantov2017-02-05
|
* nfsd service: use upstream systemd unitsNikolay Amiantov2017-02-01
| | | | | * Use /etc/nfs.conf as the recommended upstream way to configure services. * Move server options to nfsd module.
* Fixing nfsd service, wait on local-fs.Lluís Batlle i Rossell2016-05-06
| | | | | Otherwise, mountd was started exporting directories before local-fs was ready, and it failed to start nfsd on missing fs.
* Fix NFSv4 testEelco Dolstra2015-09-01
| | | | http://hydra.nixos.org/build/25349071
* Fix user-facing typos (mainly in descriptions)Tobias Geerinckx-Rice2014-12-30
|
* nfs-utils: align attrname with pkgnameBjørn Forsman2014-12-06
| | | | | nfsUtils => nfs-utils. Keep copy of old attribute for backward compatibility.
* fix evalDomen Kožar2014-10-15
|
* nixos nfs: allow setting the lockd ports.Lluís Batlle i Rossell2014-10-15
| | | | | | | | | | | | This helps in setting a fixed firewall open port for NFS lockd. Based on: http://rlworkman.net/howtos/NFS_Firewall_HOWTO (cherry picked from commit b32ca0616ff70795f71995fa79ea508b82f30b3a) Conflicts: nixos/modules/services/network-filesystems/nfsd.nix
* nfsd: Make it possible to fix rpc.{mountd,statd,lockd} ports.Vladimir Still2014-08-31
|
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10