From 5d02654a3c09460a845ea7bd205be587b892f20c Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <eelco.dolstra@logicblox.com>
Date: Tue, 6 Feb 2007 22:49:20 +0000
Subject: [PATCH] * Splashutils now works on x86_64.

svn path=/nixos/trunk/; revision=7873
---
 configuration/rescue-cd.nix | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configuration/rescue-cd.nix b/configuration/rescue-cd.nix
index 48a76cb0746..3cae68f0c48 100644
--- a/configuration/rescue-cd.nix
+++ b/configuration/rescue-cd.nix
@@ -53,7 +53,6 @@ rec {
 
       # And a background to go with that.
       ttyBackgrounds = {
-        enable = pkgs.stdenv.system != "x86_64-linux";
         specificThemes = [
           { tty = 8;
             theme = pkgs.fetchurl {