From db9b857e1d0be7241ec3120996f52fc0507f2635 Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 5 Jul 2023 21:49:03 +0300 Subject: nixos/iso-image: fix syntax --- nixos/modules/installer/cd-dvd/iso-image.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/installer/cd-dvd/iso-image.nix') diff --git a/nixos/modules/installer/cd-dvd/iso-image.nix b/nixos/modules/installer/cd-dvd/iso-image.nix index 5fdee20f55b..c430048d659 100644 --- a/nixos/modules/installer/cd-dvd/iso-image.nix +++ b/nixos/modules/installer/cd-dvd/iso-image.nix @@ -283,7 +283,7 @@ let cat < $out/EFI/boot/grub.cfg set with_fonts=false - set textmode=${boolToString !config.isoImage.graphicalGrub} + set textmode=${boolToString (!config.isoImage.graphicalGrub)} # If you want to use serial for "terminal_*" commands, you need to set one up: # Example manual configuration: # → serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1 -- cgit 1.4.1