about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-06-03 17:55:17 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-06-03 17:55:17 +0200
commitd6e3b7553ec1726c4675940dff4554389f53fe19 (patch)
tree1a78b93b035a2125b42f8b4ad1bd803fc807de24 /machines
parentfac02d26e48e979738963c39177647e08d7e9bd8 (diff)
mmrnmhrm: Remove now obsolete kernelParams.
This was only a cable problem and is fixed now, so we don't need to
enforce anything anymore.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/mmrnmhrm.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/machines/mmrnmhrm.nix b/machines/mmrnmhrm.nix
index c2bf7fd6..7e299b52 100644
--- a/machines/mmrnmhrm.nix
+++ b/machines/mmrnmhrm.nix
@@ -17,11 +17,6 @@ with import ../lib;
       allowImportFromDerivation = true;
     };
   in rec {
-    kernelParams = [
-      "video=DVI-I-1:1600x1200"
-      "video=VGA-1:1600x1200@60"
-    ];
-
     kernelPackages = pkgs.recurseIntoAttrs
       (pkgs.linuxPackagesFor linuxAszlig kernelPackages);