treewide: Fix links in module documentation
This commit is contained in:
@@ -185,7 +185,7 @@ in
|
||||
|
||||
description = ''
|
||||
Extra binary formats to register with the kernel.
|
||||
See https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html for more details.
|
||||
See <https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html> for more details.
|
||||
'';
|
||||
|
||||
type = types.attrsOf (
|
||||
|
||||
@@ -172,7 +172,7 @@ in
|
||||
description = ''
|
||||
Whether to enable the systemd-boot (formerly gummiboot) EFI boot manager.
|
||||
For more information about systemd-boot:
|
||||
https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/
|
||||
<https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -182,7 +182,7 @@ in
|
||||
description = ''
|
||||
The sort key used for the NixOS bootloader entries.
|
||||
This key determines sorting relative to non-NixOS entries.
|
||||
See also https://uapi-group.org/specifications/specs/boot_loader_specification/#sorting
|
||||
See also <https://uapi-group.org/specifications/specs/boot_loader_specification/#sorting>
|
||||
|
||||
This option can also be used to control the sorting of NixOS specialisations.
|
||||
|
||||
@@ -384,7 +384,7 @@ in
|
||||
|
||||
To control the ordering of the entry in the boot menu, use the sort-key
|
||||
field, see
|
||||
https://uapi-group.org/specifications/specs/boot_loader_specification/#sorting
|
||||
<https://uapi-group.org/specifications/specs/boot_loader_specification/#sorting>
|
||||
and {option}`boot.loader.systemd-boot.sortKey`.
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -36,7 +36,7 @@ in
|
||||
then the zram device will have 256 MiB.
|
||||
Fractions in the range 0.1–0.5 are recommended
|
||||
|
||||
See: https://github.com/systemd/zram-generator/blob/main/zram-generator.conf.example
|
||||
See: <https://github.com/systemd/zram-generator/blob/main/zram-generator.conf.example>
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -47,7 +47,7 @@ in
|
||||
description = ''
|
||||
The compression algorithm to use for the zram device.
|
||||
|
||||
See: https://github.com/systemd/zram-generator/blob/main/zram-generator.conf.example
|
||||
See: <https://github.com/systemd/zram-generator/blob/main/zram-generator.conf.example>
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -58,7 +58,7 @@ in
|
||||
description = ''
|
||||
The file system to put on the device.
|
||||
|
||||
See: https://github.com/systemd/zram-generator/blob/main/zram-generator.conf.example
|
||||
See: <https://github.com/systemd/zram-generator/blob/main/zram-generator.conf.example>
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -70,7 +70,7 @@ in
|
||||
by setting "discard".
|
||||
Setting this to the empty string clears the option.
|
||||
|
||||
See: https://github.com/systemd/zram-generator/blob/main/zram-generator.conf.example
|
||||
See: <https://github.com/systemd/zram-generator/blob/main/zram-generator.conf.example>
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user