From eae58f33397de9850d76c06df6ab37c1a906a200 Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@kitenet.net>
Date: Sun, 1 Jun 2014 05:58:13 -0400
Subject: [PATCH] propellor spin

---
 config-joey.hs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config-joey.hs b/config-joey.hs
index 2a4f262..92fef2b 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -163,7 +163,9 @@ hosts =                 --                  (o)  `
 		& Dns.secondaryFor ["animx"] hosts "animx.eu.org"
 
 	-- storage and backup server
-	, standardSystem "elephant.kitenet.net" Unstable "amd64"
+	-- Running stable because unstable kernels don't boot for unknown
+	-- reason.
+	, standardSystem "elephant.kitenet.net" Stable "amd64"
 		& ipv4 "193.234.225.114"
 
 		& Docker.garbageCollected `period` Daily