From 7d113e302fe66f03a39961e95f47ce3f85c8058f Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 15 Jul 2026 13:23:09 +1000 Subject: [PATCH] update grub config --- hosts/linode-minimal/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/linode-minimal/configuration.nix b/hosts/linode-minimal/configuration.nix index 5a38d4f..45d4402 100644 --- a/hosts/linode-minimal/configuration.nix +++ b/hosts/linode-minimal/configuration.nix @@ -17,7 +17,7 @@ # boot.loader.grub.efiInstallAsRemovable = true; # boot.loader.efi.efiSysMountPoint = "/boot/efi"; # Define on which hard drive you want to install Grub. - # boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only + boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only # networking.hostName = "nixos"; # Define your hostname.