summary refs log tree commit diff
path: root/nixos/modules/services/network-filesystems
Commit message (Collapse)AuthorAge
* nixos/openafs: Add defaultText to avoid evaluating packagesMichael Raitza2018-10-18
|
* Merge pull request #44238 from jfrankenau/samba-conf-overrideSilvan Mosberger2018-08-16
|\ | | | | nixos/samba: allow dummy conf file to be overridden
| * nixos/samba: allow dummy conf file to be overriddenJohannes Frankenau2018-08-16
| | | | | | | | This allows configuring samba clients on systems without a samba server.
* | beegfs: 6.18 -> 7.0 (#44210)markuskowa2018-07-30
| |
* | Revert "nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1"Tuomas Tynkkynen2018-07-28
|/ | | | | | | | | | | This reverts commit 095fe5b43def40279a243e663c662b02caac5318. Pointless renames considered harmful. All they do is force people to spend extra work updating their configs for no benefit, and hindering the ability to switch between unstable and stable versions of NixOS. Like, what was the value of having the "nixos." there? I mean, by definition anything in a NixOS module has something to do with NixOS...
* Merge pull request #43863 from volth/unused4Jörg Thalheim2018-07-21
|\ | | | | [bot] nixos/*: remove unused arguments in lambdas
| * [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
| |
* | [bot] treewide: remove unused 'inherit' in let blocksvolth2018-07-20
|/
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* openafs_1_8: init at 1.8.0 (#41889)spacefrogg2018-06-30
| | | | | | | | - Introduce new "server" output holding the server binaries - Adapt tsmbac.patch to new build environment - Adapt openafs nixos server module accordingly - Update upstream CellServDB: 2017-03-14 -> 2018-05-14 - Introduce package attributes to refer to the openafs packages to use for server, programs and kernel module
* Merge pull request #40879 from seppeljordan/pr-ipfs-port-scanningSarah Brofeldt2018-05-24
|\ | | | | nixos/ipfs: Add option to disable local port scanning for ipfs daemon
| * nixos/ipfs: Improve behavior of localDiscovery optionSebastian Jordan2018-05-23
| | | | | | | | | | It is no longer required to change the config your ipfs repo manually if you change localDiscovery option in nixos configuration after ipfs repository initialization.
| * nixos/ipfs: Add option to disable local port scanning for ipfs daemonSebastian Jordan2018-05-21
| |
* | beegfs/module: Fix a typo in meta.conf generation (#40979)markuskowa2018-05-23
|/ | | | This typo places mgtmd.extraConf in meta.conf leading to meta.extraConf being ignored.
* nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1Jan Malakhovski2018-05-12
|
* Merge remote-tracking branch 'origin/staging' into cross-nixosShea Levy2018-03-01
|\
| * nixos/ceph: init module (#35299)lejonet2018-03-01
| | | | | | | | | | All 5 daemon types can be enabled and configured through the module and the module both creates the ceph.conf required but also creates and enables specific services for each daemon, based on the systemd service files that upstream provides.
* | nixos: Move uses of stdenv.shell to runtimeShell.Shea Levy2018-03-01
|/
* Merge pull request #17106 from spacefrogg/openafsJoachim F2018-02-06
|\ | | | | openafs: Refactor and introduce server module
| * nixos/openafsServer: OpenAFS server nixos moduleMichael Raitza2018-02-02
| |
| * nixos/openafsClient: Extend client service functionalityMichael Raitza2018-02-01
| | | | | | | | | | Add a lot of options to the client to make it more usable and compatible with the OpenAFS server module.
| * nixos/openafsClient: relocate nixos moduleMichael Raitza2018-02-01
| |
| * openafsClient: rename to openafsMichael Raitza2018-01-24
| |
* | samba4/sambaMaster: Modify services to align with Samba project usageLuke Adams2018-01-26
|/
* nixos/beegfs: fix the build of the NixOS manualOrivej Desh2017-12-31
|
* beegfs: init at 6.17Markus Kowalewski2017-12-31
| | | | package, kernel module, nixos module, and nixos test
* Merge pull request #32584 from manoj23/davfs2-v3Peter Simons2017-12-17
|\ | | | | davfs2: create user/group davfs2 if not specified in the configuration
| * davfs2: create user/group davfs2 if not specified in the configurationGeorges Savoundararadj2017-12-11
| | | | | | | | | | | | | | | | | | * Add options: - enable - davUser (default: "davfs2") - davGroup (default: "davfs2) * Add davfs2 user or group if they are not specified in the configuration
* | nixos/samba: increase LimitNOFILE to recommended value (#32085)David Kleuker2017-12-14
|/ | | | | | | fixes warning: rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) https://serverfault.com/a/641411
* ipfs: add swarmAddress optionEric Litak2017-11-25
|
* kbfs: Add package in moduleTim Steinbach2017-10-08
|
* Merge pull request #30183 from Mic92/openafsJörg Thalheim2017-10-08
|\ | | | | openafs-client: don't remove kernel module on stop
| * openafs-client: don't remove kernel module on stopJoerg Thalheim2017-10-07
| | | | | | | | | | Otherwise it cannot re-insert the kernel module after a kernel upgrade when boot kernel != running kernel.
* | keybase: Fix modulesTim Steinbach2017-10-06
|/
* Merge pull request #29942 from elitak/ipfsFranz Pletz2017-10-04
|\ | | | | Ipfs: prepare for autoMigrate fix
| * ipfs: disable autoMigrate option for nowEric Litak2017-09-29
| |
* | glusterfs service: fix issues with useRpcbindPascal Bach2017-10-01
| |
* | glusterfs service: Change default killMode to "control-group".Niklas Hambüchen2017-09-27
| | | | | | | | | | This is a better default for NixOS because it ensures that config changes happen fully when NixOS users expect it.
* | glusterfs service: Ensure log directory exists for glustereventsd.Niklas Hambüchen2017-09-27
| | | | | | | | | | | | Prevents glustereventsd failing at startup in case it starts before glusterd has started (whose `preStart` would also create the needed directory).
* | glusterfs service: Add killMode and stopKillTimeout optionsNiklas Hambüchen2017-09-27
| |
* | glusterfs service: Add settings to disable rpcbind and the events daemon.Niklas Hambüchen2017-09-27
| | | | | | | | See also https://github.com/NixOS/nixpkgs/pull/22225#pullrequestreview-26459886
* | glusterfs service: Don't make it a prerequisite of network-online.target.Niklas Hambüchen2017-09-27
|/ | | | | | | | | This introduces dependency cycles. A network file system to be running is not required for a network connection to be available. https://github.com/NixOS/nixpkgs/commit/19759cfeab0b749666dafdf52a0aad79123a2126#commitcomment-22044519
* Merge pull request #29717 from fare-patches/nfsdJörg Thalheim2017-09-24
|\ | | | | nfsd: add extraNfsdConfig
| * nfsd: add extraNfsdConfigFrancois-Rene Rideau2017-09-23
| |
* | Merge pull request #27340 from bachp/glusterfs-tlsJoachim F2017-09-21
|\ \ | |/ |/| glusterfs service: add support for TLS communication
| * gluster service: use str instead of path for private keyPascal Bach2017-09-21
| | | | | | | | | | This pervents the user from accidently commiting the key to the nix store. If providing a path instead of a string.
| * glusterfs service: add support for TLS communicationPascal Bach2017-09-17
| | | | | | | | TLS settings are implemented as submodule.
* | ipfs: autoMount working without rootEric Litak2017-09-17
| |
* | ipfs: workaround for upstream bug; doc fixesEric Litak2017-09-17
|/
* nixos/openafs-client: update cellServDB 2009-06-29 -> 2017-03-14Jörg Thalheim2017-09-12
|