diff --git a/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix index 9b0a24a3b8f2..540a1cd235bb 100644 --- a/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix +++ b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix @@ -95,7 +95,7 @@ in { type = types.bool; description = '' Make MemTest86 available from the systemd-boot menu. MemTest86 is a - program for testing memory. MemTest86 is a non-open-source program, so + program for testing memory. MemTest86 is an unfree program, so this requires allowUnfree to be set to true. '';