diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-29 09:34:45 -0700 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-29 09:34:45 -0700 |
| commit | 70e1df98c58d668642663ff573f87aa42f345bab (patch) | |
| tree | d3e7876dcadf0440f49a3650aeed0eacdf92c96f | |
| parent | 4a244b04c05dc4c335104cb12fc5d73ed388f69e (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index bfbd313f..f0fa7184 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -86,6 +86,7 @@ hosts = -- (o) ` , "This is still under construction and not yet live.." ] & ipv4 "66.228.36.95" + & ipv6 "2600:3c03::f03c:91ff:fe73:b0d2" -- & alias "kitenet.net" -- not yet live! & Apt.installed ["linux-image-amd64"] @@ -390,7 +391,6 @@ monsters = -- but do want to track their public keys etc. & sshPubKey "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAokMXQiX/NZjA1UbhMdgAscnS5dsmy+Q7bWrQ6tsTZ/o+6N/T5cbjoBHOdpypXJI3y/PiJTDJaQtXIhLa8gFg/EvxMnMz/KG9skADW1361JmfCc4BxicQIO2IOOe6eilPr+YsnOwiHwL0vpUnuty39cppuMWVD25GzxXlS6KQsLCvXLzxLLuNnGC43UAM0q4UwQxDtAZEK1dH2o3HMWhgMP2qEQupc24dbhpO3ecxh2C9678a3oGDuDuNf7mLp3s7ptj5qF3onitpJ82U5o7VajaHoygMaSRFeWxP2c13eM57j3bLdLwxVXFhePcKXARu1iuFTLS5uUf3hN6MkQcOGw==" , host "wren.kitenet.net" & ipv4 "80.68.85.49" - & ipv6 "2001:41c8:125:49::10" & alias "kitenet.net" & alias "ns1.kitenet.net" & alias "ftp.kitenet.net" |
