about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/vm/hardware.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vm/hardware.nix b/hosts/vm/hardware.nix
index e451316..26fbf0a 100644
--- a/hosts/vm/hardware.nix
+++ b/hosts/vm/hardware.nix
@@ -19,7 +19,7 @@
   };
 
   # Define on which hard drive you want to install Grub.
-  boot.loader.grub.device = "/dev/sdb"; # or "nodev" for efi only
+  boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only
 
   swapDevices = [ ];