diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-04-09 17:47:57 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-04-09 17:47:57 -0400 |
| commit | 412fbfa222ddc8f9b1a3f2a8338cc9bfe41d41a8 (patch) | |
| tree | 38ed905a7828a02af28837340976fdae239212c4 | |
| parent | ffc328a5842e154eb3fce66d628cbc4a26d7b254 (diff) | |
propellor spin
| -rw-r--r-- | joeyconfig.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 14bfa048..6afaf76d 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -82,6 +82,7 @@ testvm = host "testvm.kitenet.net" $ props darkstar :: Host darkstar = host "darkstar.kitenet.net" $ props + & osDebian Unstable X86_64 & ipv6 "2001:4830:1600:187::2" & Aiccu.hasConfig "T18376" "JHZ2-SIXXS" |
