diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-08-21 12:07:33 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-08-21 12:07:33 -0400 |
| commit | 93f9b704e59609915d36630ca8b8cd8fde7a92e9 (patch) | |
| tree | de8220230e9b2e91bcbc7c5f38f6add24ee8efbf | |
| parent | 2e64eb1053271d232255d6433d26500113819e19 (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 a10ab565..4d2024ba 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -230,7 +230,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") |
