about summary refs log tree commit diff
path: root/modules/user
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-04-01 04:16:26 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-04-01 04:16:26 +0200
commit20b278fcb17ec475710a71ed117031b0757aa564 (patch)
tree42c5a2209286cd518a920b3b7099c2fe16fd60a6 /modules/user
parentdb9469552e7a914e83922b56af22030c446a58f1 (diff)
aszlig/kernel: Remove leftover grub devices.
Installing the GRUB bootloader to non-existing devices of mmrnmhrm to
for example dnyarri is not going to help anyone, right? ;-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/aszlig/system/kernel.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/user/aszlig/system/kernel.nix b/modules/user/aszlig/system/kernel.nix
index 0b5bdcb1..6a008559 100644
--- a/modules/user/aszlig/system/kernel.nix
+++ b/modules/user/aszlig/system/kernel.nix
@@ -52,11 +52,6 @@ in {
     in rec {
       kernelPackages = pkgs.recurseIntoAttrs
         (pkgs.linuxPackagesFor linuxVuizvui kernelPackages);
-
-      loader.grub.devices = map (i: "/dev/disk/by-id/${i}") [
-        "ata-WDC_WD10EZEX-00BN5A0_WD-WCC3F5756955"
-        "ata-WDC_WD10EZEX-00BN5A0_WD-WCC3F5790537"
-      ];
     };
   };
 }