about summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
author(cdep)illabout <cdep.illabout@gmail.com>2019-05-21 11:34:11 +0900
committer(cdep)illabout <cdep.illabout@gmail.com>2019-05-21 11:34:11 +0900
commitd88d675051db1ac390b4064a00cb2cdfaa78a6af (patch)
tree48f0dee4b063e323021fc48ed12e5cbc5ee2a455 /nixos/modules/system
parentb12ea62ec98bc00b5283c5eecc5aba6e5f965444 (diff)
downloadnixlib-d88d675051db1ac390b4064a00cb2cdfaa78a6af.tar
nixlib-d88d675051db1ac390b4064a00cb2cdfaa78a6af.tar.gz
nixlib-d88d675051db1ac390b4064a00cb2cdfaa78a6af.tar.bz2
nixlib-d88d675051db1ac390b4064a00cb2cdfaa78a6af.tar.lz
nixlib-d88d675051db1ac390b4064a00cb2cdfaa78a6af.tar.xz
nixlib-d88d675051db1ac390b4064a00cb2cdfaa78a6af.tar.zst
nixlib-d88d675051db1ac390b4064a00cb2cdfaa78a6af.zip
Change non-open-source to unfree in description.
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix2
1 files changed, 1 insertions, 1 deletions
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 <literal>allowUnfree</literal> to be set to
           <literal>true</literal>.
         '';