diff options
| -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 |
