about summary refs log tree commit diff
path: root/machines/labnet/labtop.nix
diff options
context:
space:
mode:
authorOpenlab Labtop <kontakt@openlab-augsburg.de>2015-04-03 04:44:00 +0000
committerOpenlab Labtop <kontakt@openlab-augsburg.de>2015-04-03 04:44:00 +0000
commitb2330a799e119bb6c9dae56116fb6c6ed6e75998 (patch)
tree3786221d167db478451420e35ee2be7eaa490b53 /machines/labnet/labtop.nix
parent82bd7d5cf7575d3597bd4979c594dfb3561760f2 (diff)
labtop: device ID for grup
Diffstat (limited to 'machines/labnet/labtop.nix')
-rw-r--r--machines/labnet/labtop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/labnet/labtop.nix b/machines/labnet/labtop.nix
index 54efe793..7e4892d2 100644
--- a/machines/labnet/labtop.nix
+++ b/machines/labnet/labtop.nix
@@ -26,7 +26,7 @@ let
 in {
   imports = [ <nixpkgs/nixos/modules/installer/scan/not-detected.nix> ];
 
-  boot.loader.grub.device = "/dev/sda"; # FIXME: Device ID
+  boot.loader.grub.device = "/dev/disk/by-id/ata-HITACHI_HTS722010K9SA00_080711DP0270DPGLVMPC";
 
   boot.kernelModules = [ "kvm-intel" ];
   boot.initrd.availableKernelModules = [