about summary refs log tree commit diff
path: root/nixos/modules/tasks/filesystems.nix
AgeCommit message (Expand)AuthorFilesLines
2019-08-26treewide: remove redundant quotesvolth1-2/+2
2019-03-16filesystems: Add autoResize assertiontalyz1-0/+7
2019-02-03nixos-generate-config: account for mount points & devices with spaces & tabs ...aanderse1-1/+1
2018-10-28filesystems: escape spaces in fstab with \040Aaron Andersen1-3/+5
2017-10-12filesystems: use non-interactive formatOptions by defaultPavel Goran1-4/+11
2017-09-21fuse3: init at 3.1.1Michael Weiss1-1/+1
2017-08-30tasks/filesystems: Make sure /dev/pts/ptmx is 0666 (#28490)Richard Yang1-1/+1
2017-04-06nixos/filesystems: skip filesystem check for bindfs (#24671)0xABAB1-1/+1
2017-02-21wrappers service: make /run/wrappers a mountpointNikolay Amiantov1-1/+1
2017-02-15modules/filesystems: disallow non-empty fstab fields (#22803)Profpatsch1-5/+10
2017-02-02filesystems: add support to mount glusterfsPascal Bach1-1/+1
2016-09-30Fix "undefined variable ‘device’" using autoFormatEelco Dolstra1-1/+1
2016-09-17stage-2 init: move /run/keys mount to boot.specialFileSystemsNikolay Amiantov1-1/+4
2016-09-07nixos containers: hopefully fix test failuresNikolay Amiantov1-1/+5
2016-09-04setuid-wrappers : Prepare permissions for running wrappersKarn Kallio1-1/+1
2016-09-01nixos/filesystems: Drop compat code for filesystems.*.options typeTuomas Tynkkynen1-5/+1
2016-08-31nixos filesystems: move special filesystems to a dedicated optionNikolay Amiantov1-28/+34
2016-08-27nixos filesystems: unify early filesystems handlingNikolay Amiantov1-4/+37
2016-08-27Merge pull request #11484 from oxij/nixos-toposort-filesystemsNikolay Amiantov1-9/+30
2016-08-24nixos/filesystems: update /etc/fstab comment headerBjørn Forsman1-0/+3
2016-08-23nixos: apply toposort to fileSystems to support bind and move mountsJan Malakhovski1-3/+23
2016-08-23nixos: tasks/fileSystems: cleanupJan Malakhovski1-6/+7
2016-06-19Make fileSystems example literal.Scott Olson1-9/+11
2016-03-14nixos/filesystems: Fix fs options type errorRickard Nilsson1-1/+1
2016-02-06filesystems: use list of strings for fs optionsAneesh Agrawal1-7/+11
2015-11-18Merge pull request #10218 from offlinehacker/nixos/format_optionsJaka Hudoklin1-3/+13
2015-10-20nixos/swap: refactor, add randomEncryption optionNikolay Amiantov1-1/+1
2015-10-04add support for auto format, format optionsJaka Hudoklin1-3/+13
2015-09-24Add filesystem option to automatically grow to the maximum sizeEelco Dolstra1-2/+14
2015-09-24Remove relatime mount optionEelco Dolstra1-3/+1
2015-09-21nixos/filesystems: Skip check for vboxsf.aszlig1-1/+1
2015-09-21nixos/filesystems: Improve vboxsf default options.aszlig1-0/+2
2015-09-18nixos: fix some typesJan Malakhovski1-2/+2
2015-06-15Some more type cleanupEelco Dolstra1-1/+1
2015-04-19Don't include ntfs-3g by defaultEelco Dolstra1-3/+1
2015-01-21nixos: Don't do filesystem checks on ZFS or NFS filesystemsRicardo M. Correia1-2/+5
2014-07-30Mount unionfs-fuse filesystems using the normal fileSystems optionEelco Dolstra1-1/+1
2014-07-30Don't require a device for tmpfs filesystemsEelco Dolstra1-1/+2
2014-07-30Print a sensible error message if no device is specified for a filesystemEelco Dolstra1-1/+3
2014-07-30Move CIFS support into a separate moduleEelco Dolstra1-1/+1
2014-07-28initrd: Include filesystem support for /nix, /var etc.Eelco Dolstra1-11/+0
2014-05-09When auto-formatting ext devices, use the -F flag to make it work with unpart...Rickard Nilsson1-1/+3
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra1-2/+2
2014-04-03Add fuse to env by defaultShea Levy1-1/+1
2013-11-18Check whether fileSystems defines the root FSEelco Dolstra1-0/+1
2013-10-30Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra1-2/+2
2013-10-28Remove uses of the "merge" option attributeEelco Dolstra1-2/+1
2013-10-28Manual: Fix bad \" charactersEelco Dolstra1-3/+3
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra1-0/+216