treewide: Fix links in module documentation

This commit is contained in:
dish
2025-08-25 12:55:11 -04:00
parent 70d776e9fe
commit 970dcca69c
107 changed files with 180 additions and 180 deletions

View File

@@ -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 (

View File

@@ -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`.
'';
};

View File

@@ -36,7 +36,7 @@ in
then the zram device will have 256 MiB.
Fractions in the range 0.10.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>
'';
};
};