From 5011ba465accb1d32168d73302a447cb7beabd63 Mon Sep 17 00:00:00 2001 From: caem Date: Thu, 16 Jan 2025 21:37:52 +0100 Subject: [PATCH] stuff --- hosts/puter/default.nix | 1 - install.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/puter/default.nix b/hosts/puter/default.nix index 5c240e7..b9e0b63 100644 --- a/hosts/puter/default.nix +++ b/hosts/puter/default.nix @@ -20,7 +20,6 @@ efi.canTouchEfiVariables = true; grub = { enable = true; - device = ""; # [managed by install.sh] efiSupport = true; gfxmodeEfi = "1920x1080"; }; diff --git a/install.sh b/install.sh index bb88d6f..0d6d427 100755 --- a/install.sh +++ b/install.sh @@ -142,7 +142,7 @@ install() { } 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 if [ "$do_reboot" = "y" ] || [ "$do_reboot" = "Y" ]; then sudo reboot