Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 5011ba465a - Show all commits

View file

@ -20,7 +20,6 @@
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
grub = { grub = {
enable = true; enable = true;
device = ""; # [managed by install.sh]
efiSupport = true; efiSupport = true;
gfxmodeEfi = "1920x1080"; gfxmodeEfi = "1920x1080";
}; };

View file

@ -142,7 +142,7 @@ install() {
} }
reboot_on_consent() { reboot_on_consent() {
printf "\n\nInstallation complete. Would you like to reboot?\n[y/n] >" printf "\n\nWould you like to reboot?\n[y/n] > "
read -r do_reboot read -r do_reboot
if [ "$do_reboot" = "y" ] || [ "$do_reboot" = "Y" ]; then if [ "$do_reboot" = "y" ] || [ "$do_reboot" = "Y" ]; then
sudo reboot sudo reboot