diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-07 01:46:07 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-07 01:46:07 -0400 |
| commit | 6561b5eab8dc5937a4feef23252e3a7726017424 (patch) | |
| tree | e3ab684ad577240c9abee4a68bf35e082c1a5e2c | |
| parent | 4a77b1b9b0eb278d9935ce0be4446f03faae568e (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs index 1b057e37..65622730 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -71,7 +71,7 @@ hosts = -- (o) ` & Docker.garbageCollected `period` Daily & Apt.buildDep ["git-annex"] `period` Daily - -- Main kite server + -- Main kite server. , standardSystem "kite.kitenet.net" Stable "amd64" & ipv4 "66.228.36.95" & ipv6 "2600:3c03::f03c:91ff:fe73:b0d2" @@ -359,7 +359,6 @@ monsters = -- but do want to track their public keys etc. & ipv4 "80.68.85.49" & ipv6 "2001:41c8:125:49::10" & alias "kitenet.net" - & alias "kite.kitenet.net" & alias "ns1.kitenet.net" & alias "ftp.kitenet.net" & alias "mail.kitenet.net" |
