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;