about summary refs log tree commit diff
path: root/nixos/modules/services/network-filesystems
AgeCommit message (Collapse)AuthorFilesLines
2018-08-16Merge pull request #44238 from jfrankenau/samba-conf-overrideSilvan Mosberger1-6/+4
nixos/samba: allow dummy conf file to be overridden
2018-08-16nixos/samba: allow dummy conf file to be overriddenJohannes Frankenau1-6/+4
This allows configuring samba clients on systems without a samba server.
2018-07-30beegfs: 6.18 -> 7.0 (#44210)markuskowa1-0/+11
2018-07-28Revert "nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1"Tuomas Tynkkynen1-1/+1
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...
2018-07-21Merge pull request #43863 from volth/unused4Jörg Thalheim2-2/+2
[bot] nixos/*: remove unused arguments in lambdas
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth2-2/+2
2018-07-20[bot] treewide: remove unused 'inherit' in let blocksvolth2-2/+2
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink6-11/+11
2018-06-30openafs_1_8: init at 1.8.0 (#41889)spacefrogg3-23/+48
- 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
2018-05-24Merge pull request #40879 from seppeljordan/pr-ipfs-port-scanningSarah Brofeldt1-1/+15
nixos/ipfs: Add option to disable local port scanning for ipfs daemon
2018-05-23beegfs/module: Fix a typo in meta.conf generation (#40979)markuskowa1-1/+1
This typo places mgtmd.extraConf in meta.conf leading to meta.extraConf being ignored.
2018-05-23nixos/ipfs: Improve behavior of localDiscovery optionSebastian Jordan1-3/+6
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.
2018-05-21nixos/ipfs: Add option to disable local port scanning for ipfs daemonSebastian Jordan1-1/+12
2018-05-12nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1Jan Malakhovski1-1/+1
2018-03-01Merge remote-tracking branch 'origin/staging' into cross-nixosShea Levy1-0/+371
2018-03-01nixos: Move uses of stdenv.shell to runtimeShell.Shea Levy2-3/+3
2018-03-01nixos/ceph: init module (#35299)lejonet1-0/+371
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.
2018-02-06Merge pull request #17106 from spacefrogg/openafsJoachim F4-99/+527
openafs: Refactor and introduce server module
2018-02-02nixos/openafsServer: OpenAFS server nixos moduleMichael Raitza1-0/+260
2018-02-01nixos/openafsClient: Extend client service functionalityMichael Raitza2-26/+194
Add a lot of options to the client to make it more usable and compatible with the OpenAFS server module.
2018-02-01nixos/openafsClient: relocate nixos moduleMichael Raitza1-0/+0
2018-01-26samba4/sambaMaster: Modify services to align with Samba project usageLuke Adams1-5/+8
2018-01-24openafsClient: rename to openafsMichael Raitza1-1/+1
2017-12-31nixos/beegfs: fix the build of the NixOS manualOrivej Desh1-4/+4
2017-12-31beegfs: init at 6.17Markus Kowalewski1-0/+343
package, kernel module, nixos module, and nixos test
2017-12-17Merge pull request #32584 from manoj23/davfs2-v3Peter Simons1-0/+74
davfs2: create user/group davfs2 if not specified in the configuration
2017-12-14nixos/samba: increase LimitNOFILE to recommended value (#32085)David Kleuker1-0/+1
fixes warning: rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) https://serverfault.com/a/641411
2017-12-11davfs2: create user/group davfs2 if not specified in the configurationGeorges Savoundararadj1-0/+74
* Add options: - enable - davUser (default: "davfs2") - davGroup (default: "davfs2) * Add davfs2 user or group if they are not specified in the configuration
2017-11-25ipfs: add swarmAddress optionEric Litak1-3/+11
2017-10-08kbfs: Add package in moduleTim Steinbach1-0/+2
2017-10-08Merge pull request #30183 from Mic92/openafsJörg Thalheim1-1/+0
openafs-client: don't remove kernel module on stop
2017-10-07openafs-client: don't remove kernel module on stopJoerg Thalheim1-1/+0
Otherwise it cannot re-insert the kernel module after a kernel upgrade when boot kernel != running kernel.
2017-10-06keybase: Fix modulesTim Steinbach1-0/+1
2017-10-04Merge pull request #29942 from elitak/ipfsFranz Pletz1-2/+9
Ipfs: prepare for autoMigrate fix
2017-10-01glusterfs service: fix issues with useRpcbindPascal Bach1-1/+1
2017-09-29ipfs: disable autoMigrate option for nowEric Litak1-2/+9
2017-09-27glusterfs service: Change default killMode to "control-group".Niklas Hambüchen1-1/+1
This is a better default for NixOS because it ensures that config changes happen fully when NixOS users expect it.
2017-09-27glusterfs service: Ensure log directory exists for glustereventsd.Niklas Hambüchen1-0/+4
Prevents glustereventsd failing at startup in case it starts before glusterd has started (whose `preStart` would also create the needed directory).
2017-09-27glusterfs service: Add killMode and stopKillTimeout optionsNiklas Hambüchen1-1/+34
2017-09-27glusterfs service: Add settings to disable rpcbind and the events daemon.Niklas Hambüchen1-4/+23
See also https://github.com/NixOS/nixpkgs/pull/22225#pullrequestreview-26459886
2017-09-27glusterfs service: Don't make it a prerequisite of network-online.target.Niklas Hambüchen1-1/+0
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
2017-09-24Merge pull request #29717 from fare-patches/nfsdJörg Thalheim1-0/+9
nfsd: add extraNfsdConfig
2017-09-23nfsd: add extraNfsdConfigFrancois-Rene Rideau1-0/+9
2017-09-21Merge pull request #27340 from bachp/glusterfs-tlsJoachim F1-0/+61
glusterfs service: add support for TLS communication
2017-09-21gluster service: use str instead of path for private keyPascal Bach1-3/+3
This pervents the user from accidently commiting the key to the nix store. If providing a path instead of a string.
2017-09-17ipfs: autoMount working without rootEric Litak1-8/+11
2017-09-17ipfs: workaround for upstream bug; doc fixesEric Litak1-20/+13
2017-09-17glusterfs service: add support for TLS communicationPascal Bach1-0/+61
TLS settings are implemented as submodule.
2017-09-12nixos/openafs-client: update cellServDB 2009-06-29 -> 2017-03-14Jörg Thalheim1-2/+2
2017-09-12nixos/samba: remove space in "[ global ]" headingBjørn Forsman1-1/+1
Use consistent no-space style. (All documentation I've seen use no space, and the generated section headings from the NixOS module also use no space.)