diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-02-10 22:31:00 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-02-10 22:31:00 -0400 |
| commit | ca2640d0371222ffade34044380a4086cb5917c4 (patch) | |
| tree | dd5bdf928086e22a52d902d606dd16e47ca79d9f /config-joey.hs | |
| parent | a407af3f03b31ec653a21ba0e1db49389c68c246 (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config-joey.hs b/config-joey.hs index 91daff08..5139ab9b 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -217,6 +217,8 @@ kite = standardSystemUnhardened "kite.kitenet.net" Testing "amd64" ! Docker.docked oldusenetShellBox & JoeySites.oldUseNetServer hosts + + & Dns.secondaryFor ["animx"] hosts "animx.eu.org" diatom :: Host diatom = standardSystem "diatom.kitenet.net" (Stable "wheezy") "amd64" @@ -269,10 +271,8 @@ diatom = standardSystem "diatom.kitenet.net" (Stable "wheezy") "amd64" [ (RelDomain "article", CNAME $ AbsDomain "virgil.koldfront.dk") ] - & alias "ns3.branchable.com" - & branchableSecondary - - & Dns.secondaryFor ["animx"] hosts "animx.eu.org" + -- & alias "ns3.branchable.com" + -- & branchableSecondary elephant :: Host elephant = standardSystem "elephant.kitenet.net" Unstable "amd64" |
