summary refs log tree commit diff
path: root/nixos/modules/tasks/filesystems.nix
Commit message (Expand)AuthorAge
* filesystems: escape spaces in fstab with \040Aaron Andersen2018-10-28
* filesystems: use non-interactive formatOptions by defaultPavel Goran2017-10-12
* fuse3: init at 3.1.1Michael Weiss2017-09-21
* tasks/filesystems: Make sure /dev/pts/ptmx is 0666 (#28490)Richard Yang2017-08-30
* nixos/filesystems: skip filesystem check for bindfs (#24671)0xABAB2017-04-06
* wrappers service: make /run/wrappers a mountpointNikolay Amiantov2017-02-21
* modules/filesystems: disallow non-empty fstab fields (#22803)Profpatsch2017-02-15
* filesystems: add support to mount glusterfsPascal Bach2017-02-02
* Fix "undefined variable ‘device’" using autoFormatEelco Dolstra2016-09-30
* stage-2 init: move /run/keys mount to boot.specialFileSystemsNikolay Amiantov2016-09-17
* nixos containers: hopefully fix test failuresNikolay Amiantov2016-09-07
* setuid-wrappers : Prepare permissions for running wrappersKarn Kallio2016-09-04
* nixos/filesystems: Drop compat code for filesystems.*.options typeTuomas Tynkkynen2016-09-01
* nixos filesystems: move special filesystems to a dedicated optionNikolay Amiantov2016-08-31
* nixos filesystems: unify early filesystems handlingNikolay Amiantov2016-08-27
* Merge pull request #11484 from oxij/nixos-toposort-filesystemsNikolay Amiantov2016-08-27
|\
| * nixos: apply toposort to fileSystems to support bind and move mountsJan Malakhovski2016-08-23
| * nixos: tasks/fileSystems: cleanupJan Malakhovski2016-08-23
* | nixos/filesystems: update /etc/fstab comment headerBjørn Forsman2016-08-24
|/
* Make fileSystems example literal.Scott Olson2016-06-19
* nixos/filesystems: Fix fs options type errorRickard Nilsson2016-03-14
* filesystems: use list of strings for fs optionsAneesh Agrawal2016-02-06
* Merge pull request #10218 from offlinehacker/nixos/format_optionsJaka Hudoklin2015-11-18
|\
| * add support for auto format, format optionsJaka Hudoklin2015-10-04
* | nixos/swap: refactor, add randomEncryption optionNikolay Amiantov2015-10-20
|/
* Add filesystem option to automatically grow to the maximum sizeEelco Dolstra2015-09-24
* Remove relatime mount optionEelco Dolstra2015-09-24
* nixos/filesystems: Skip check for vboxsf.aszlig2015-09-21
* nixos/filesystems: Improve vboxsf default options.aszlig2015-09-21
* nixos: fix some typesJan Malakhovski2015-09-18
* Some more type cleanupEelco Dolstra2015-06-15
* Don't include ntfs-3g by defaultEelco Dolstra2015-04-19
* nixos: Don't do filesystem checks on ZFS or NFS filesystemsRicardo M. Correia2015-01-21
* Mount unionfs-fuse filesystems using the normal fileSystems optionEelco Dolstra2014-07-30
* Don't require a device for tmpfs filesystemsEelco Dolstra2014-07-30
* Print a sensible error message if no device is specified for a filesystemEelco Dolstra2014-07-30
* Move CIFS support into a separate moduleEelco Dolstra2014-07-30
* initrd: Include filesystem support for /nix, /var etc.Eelco Dolstra2014-07-28
* When auto-formatting ext devices, use the -F flag to make it work with unpart...Rickard Nilsson2014-05-09
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
* Add fuse to env by defaultShea Levy2014-04-03
* Check whether fileSystems defines the root FSEelco Dolstra2013-11-18
* Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra2013-10-30
* Remove uses of the "merge" option attributeEelco Dolstra2013-10-28
* Manual: Fix bad \" charactersEelco Dolstra2013-10-28
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10