diff options
| author | Joey Hess <joey@kitenet.net> | 2014-06-01 05:58:13 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-06-01 05:58:13 -0400 |
| commit | eae58f33397de9850d76c06df6ab37c1a906a200 (patch) | |
| tree | 082a2690a31c4e10089be0128d4dd9afd072ef40 | |
| parent | 6d8c55e887f7f81cc0300eec11dd00d5dcccf3bb (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 2a4f262a..92fef2ba 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 |
