| options/nixos/fileSystems.<name>.fsType | Type of the file system
|
| options/nixos/boot.specialFileSystems.<name>.fsType | Type of the file system
|
| options/nixos/virtualisation.fileSystems.<name>.fsType | Type of the file system
|
| options/nixos/services.multipath.pathGroups.*.fsType | Type of the filesystem
|
| options/nixos/boot.initrd.luks.devices.<name>.yubikey.storage.fsType | The filesystem of the unencrypted device.
|
| options/nixos/users.users.<name>.pamMount | Attributes for user's entry in
pam_mount.conf.xml
|
| options/nixos/users.extraUsers.<name>.pamMount | Attributes for user's entry in
pam_mount.conf.xml
|
| options/nixos/fileSystems.<name>.autoFormat | If the device does not currently contain a filesystem (as
determined by blkid), then automatically
format it with the filesystem type specified in
fsType
|
| options/nixos/image.repart.mkfsOptions | Specify extra options for created file systems
|
| options/nixos/fileSystems | The file systems to be mounted
|
| options/nixos/fileSystems.<name>.device | The device as passed to mount
|
| options/nixos/boot.specialFileSystems.<name>.device | The device as passed to mount
|
| options/nixos/virtualisation.fileSystems.<name>.autoFormat | If the device does not currently contain a filesystem (as
determined by blkid), then automatically
format it with the filesystem type specified in
fsType
|
| options/nixos/virtualisation.fileSystems | The file systems to be mounted
|
| options/nixos/virtualisation.fileSystems.<name>.device | The device as passed to mount
|
| packages/nixpkgs/klibcShrunk | Minimalistic libc subset for initramfs usage |
| packages/nixpkgs/toybox | Lightweight implementation of some Unix command line utilities |