about summary refs log tree commit diff
path: root/hosts/phobos/hardware.nix
diff options
context:
space:
mode:
authorManuel Palenzuela <[email protected]>2022-06-20 13:17:03 +0000
committerBaitinq <[email protected]>2022-06-20 13:17:03 +0000
commit0f6550e2d30c5d3380daca76c226d0a18da09697 (patch)
tree96219564b2db0dcdfd1b2f432f2eb3a16963d147 /hosts/phobos/hardware.nix
parentUpdate (diff)
downloadnixos-config-0f6550e2d30c5d3380daca76c226d0a18da09697.tar.gz
nixos-config-0f6550e2d30c5d3380daca76c226d0a18da09697.tar.bz2
nixos-config-0f6550e2d30c5d3380daca76c226d0a18da09697.zip
Add VM host
Diffstat (limited to 'hosts/phobos/hardware.nix')
-rw-r--r--hosts/phobos/hardware.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/phobos/hardware.nix b/hosts/phobos/hardware.nix
index d13c0a1..c984d99 100644
--- a/hosts/phobos/hardware.nix
+++ b/hosts/phobos/hardware.nix
@@ -21,6 +21,9 @@ in
     fsType = "ext4";
   };
 
+  # Define on which hard drive you want to install Grub.
+  boot.loader.grub.device = "/dev/sdb"; # or "nodev" for efi only
+
   swapDevices = [ ];
 
   powerManagement.cpuFreqGovernor = powerMode;