Loading nixos/modules/tasks/filesystems.nix +7 −4 Original line number Diff line number Diff line Loading @@ -68,7 +68,10 @@ let options = mkOption { default = [ "defaults" ]; 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; }; Loading Loading @@ -297,7 +300,7 @@ in example = "32m"; type = types.str; description = '' Size limit for the /dev tmpfs. Look at mount(8), tmpfs size option, Size limit for the /dev tmpfs. Look at {manpage}`mount(8)`, tmpfs size option, for the accepted syntax. ''; }; Loading @@ -307,7 +310,7 @@ in example = "256m"; type = types.str; description = '' Size limit for the /dev/shm tmpfs. Look at mount(8), tmpfs size option, Size limit for the /dev/shm tmpfs. Look at {manpage}`mount(8)`, tmpfs size option, for the accepted syntax. ''; }; Loading @@ -317,7 +320,7 @@ in example = "256m"; type = types.str; description = '' Size limit for the /run tmpfs. Look at mount(8), tmpfs size option, Size limit for the /run tmpfs. Look at {manpage}`mount(8)`, tmpfs size option, for the accepted syntax. ''; }; Loading Loading
nixos/modules/tasks/filesystems.nix +7 −4 Original line number Diff line number Diff line Loading @@ -68,7 +68,10 @@ let options = mkOption { default = [ "defaults" ]; 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; }; Loading Loading @@ -297,7 +300,7 @@ in example = "32m"; type = types.str; description = '' Size limit for the /dev tmpfs. Look at mount(8), tmpfs size option, Size limit for the /dev tmpfs. Look at {manpage}`mount(8)`, tmpfs size option, for the accepted syntax. ''; }; Loading @@ -307,7 +310,7 @@ in example = "256m"; type = types.str; description = '' Size limit for the /dev/shm tmpfs. Look at mount(8), tmpfs size option, Size limit for the /dev/shm tmpfs. Look at {manpage}`mount(8)`, tmpfs size option, for the accepted syntax. ''; }; Loading @@ -317,7 +320,7 @@ in example = "256m"; type = types.str; description = '' Size limit for the /run tmpfs. Look at mount(8), tmpfs size option, Size limit for the /run tmpfs. Look at {manpage}`mount(8)`, tmpfs size option, for the accepted syntax. ''; }; Loading