about summary refs log tree commit diff
path: root/nixos/modules/system/boot/luksroot.nix
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-10-30 21:41:44 +0100
committerAnthony Roussel <anthony@roussel.dev>2023-11-11 10:49:01 +0100
commite30f48be948272df2d57237ef955023f937f4421 (patch)
tree02c0471df3c25372ac34b24c4bd7ffc204def8f8 /nixos/modules/system/boot/luksroot.nix
parent5744e4ba8f7ac7b662a67aeb2f5e3b847bcb1f93 (diff)
downloadnixlib-e30f48be948272df2d57237ef955023f937f4421.tar
nixlib-e30f48be948272df2d57237ef955023f937f4421.tar.gz
nixlib-e30f48be948272df2d57237ef955023f937f4421.tar.bz2
nixlib-e30f48be948272df2d57237ef955023f937f4421.tar.lz
nixlib-e30f48be948272df2d57237ef955023f937f4421.tar.xz
nixlib-e30f48be948272df2d57237ef955023f937f4421.tar.zst
nixlib-e30f48be948272df2d57237ef955023f937f4421.zip
treewide: fix redirected and broken URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
Diffstat (limited to 'nixos/modules/system/boot/luksroot.nix')
-rw-r--r--nixos/modules/system/boot/luksroot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/luksroot.nix b/nixos/modules/system/boot/luksroot.nix
index 06c329e006b8..ca560d63f3bd 100644
--- a/nixos/modules/system/boot/luksroot.nix
+++ b/nixos/modules/system/boot/luksroot.nix
@@ -537,7 +537,7 @@ in
       description = lib.mdDoc ''
         Unless enabled, encryption keys can be easily recovered by an attacker with physical
         access to any machine with PCMCIA, ExpressCard, ThunderBolt or FireWire port.
-        More information is available at <http://en.wikipedia.org/wiki/DMA_attack>.
+        More information is available at <https://en.wikipedia.org/wiki/DMA_attack>.
 
         This option blacklists FireWire drivers, but doesn't remove them. You can manually
         load the drivers if you need to use a FireWire device, but don't forget to unload them!