diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-09-24 11:29:51 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-09-24 11:29:51 -0400 |
| commit | 832239b3b1720da5f343be8509ebbee557dd1db5 (patch) | |
| tree | 0fec9f8cade616e8e2d58c5071139029ac6a852a | |
| parent | 659c4f725de39653afe00760cd52e294fae1bfba (diff) | |
propellor spin
| -rw-r--r-- | joeyconfig.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 85d323c1..c9c8f22f 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -229,7 +229,7 @@ kite :: Host kite = host "kite.kitenet.net" $ props & standardSystemUnhardened Testing X86_64 [ "Welcome to kite!" ] & ipv4 "66.228.36.95" - -- & ipv6 "2600:3c03::f03c:91ff:fe73:b0d2" + & ipv6 "2600:3c03::f03c:91ff:fe73:b0d2" & alias "kitenet.net" & alias "wren.kitenet.net" -- temporary & Ssh.hostKeys (Context "kitenet.net") |
