diff options
| author | Joey Hess <id@joeyh.name> | 2014-11-28 11:40:03 -0400 |
|---|---|---|
| committer | Joey Hess <id@joeyh.name> | 2014-11-28 11:40:03 -0400 |
| commit | 1906500030b1f2692d9abe46c2368338d9163894 (patch) | |
| tree | e4f6c2162495da4266f6d3bae447dd9ba8a0652e | |
| parent | 4c2eac2d3c5a190fe727fca39e71e7218fba940a (diff) | |
switch kite to testing
| -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 d67fc8a2..b617ccfa 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -130,7 +130,7 @@ orca = standardSystem "orca.kitenet.net" Unstable "amd64" -- multiuser system with eg, user passwords that are not deployed -- with propellor. kite :: Host -kite = standardSystemUnhardened "kite.kitenet.net" Unstable "amd64" +kite = standardSystemUnhardened "kite.kitenet.net" Testing "amd64" [ "Welcome to the new kitenet.net server!" ] & ipv4 "66.228.36.95" |
