mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 09:36:20 +09:00
nixos/fileSystems: link to mount(8) from fileSystems.*.options
This commit is contained in:
parent
a0da48df91
commit
f259802ac7
1 changed files with 4 additions and 1 deletions
|
@ -68,7 +68,10 @@ let
|
||||||
options = mkOption {
|
options = mkOption {
|
||||||
default = [ "defaults" ];
|
default = [ "defaults" ];
|
||||||
example = [ "data=journal" ];
|
example = [ "data=journal" ];
|
||||||
description = "Options used to mount the file system.";
|
description = ''
|
||||||
|
Options used to mount the file system.
|
||||||
|
See {manpage}`mount(8)` for common options.
|
||||||
|
'';
|
||||||
type = types.nonEmptyListOf nonEmptyStr;
|
type = types.nonEmptyListOf nonEmptyStr;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue