From 5406cab70c57ca2a1f72fbc984e8131a7cbe94b3 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 14 Mar 2023 20:13:09 +0100 Subject: [PATCH] Small fixes --- .gitignore | 1 + systems/i686-install-iso/graphical-i686/default.nix | 2 +- systems/x86_64-install-iso/graphical-x86_64/default.nix | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 149aa4c..55a5381 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ peerix-private peerix-public +result diff --git a/systems/i686-install-iso/graphical-i686/default.nix b/systems/i686-install-iso/graphical-i686/default.nix index dd55c7f..f0f1814 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.uboot.enable = true; + custom.system.boot.grub.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 dd55c7f..f0f1814 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.uboot.enable = true; + custom.system.boot.grub.enable = true; custom.system.ssh.enable = true; custom.nix.enable = true; custom.hardware.audio.enable = true;