From 62ac027233eb4a017264181e4ce8072467bfdc4f Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 14 Mar 2023 20:15:47 +0100 Subject: [PATCH] Fix typo --- systems/i686-install-iso/graphical-i686/default.nix | 2 +- systems/x86_64-install-iso/graphical-x86_64/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/i686-install-iso/graphical-i686/default.nix b/systems/i686-install-iso/graphical-i686/default.nix index f0f1814..aed9bcd 100644 --- a/systems/i686-install-iso/graphical-i686/default.nix +++ b/systems/i686-install-iso/graphical-i686/default.nix @@ -23,7 +23,7 @@ with lib; }; # System - custom.system.boot.grub.enable = true; + custom.system.boot.uefi.enable = true; custom.system.ssh.enable = true; custom.nix.enable = true; custom.hardware.audio.enable = true; diff --git a/systems/x86_64-install-iso/graphical-x86_64/default.nix b/systems/x86_64-install-iso/graphical-x86_64/default.nix index f0f1814..aed9bcd 100644 --- a/systems/x86_64-install-iso/graphical-x86_64/default.nix +++ b/systems/x86_64-install-iso/graphical-x86_64/default.nix @@ -23,7 +23,7 @@ with lib; }; # System - custom.system.boot.grub.enable = true; + custom.system.boot.uefi.enable = true; custom.system.ssh.enable = true; custom.nix.enable = true; custom.hardware.audio.enable = true;