diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-02-10 22:42:32 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-02-10 22:42:32 -0400 |
| commit | a377a303096b21711bc81fb3c770859d42d65d65 (patch) | |
| tree | a7442e9d06e9cbe3d3bec6fe8300feeb9f3c9fce | |
| parent | 2759d170793fcb647ffbd50cec0a17820fefc7a0 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/config-joey.hs b/config-joey.hs index 3e3e4af4..bc665196 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -265,12 +265,7 @@ diatom = standardSystem "diatom.kitenet.net" (Stable "wheezy") "amd64" -- & JoeySites.oldUseNetServer hosts & alias "ns2.kitenet.net" - & myDnsPrimary True "kitenet.net" [] - & myDnsPrimary True "joeyh.name" [] - & myDnsPrimary True "ikiwiki.info" [] - & myDnsPrimary True "olduse.net" - [ (RelDomain "article", CNAME $ AbsDomain "virgil.koldfront.dk") - ] + & myDnsSecondary -- & alias "ns3.branchable.com" -- & branchableSecondary |
