diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-15 18:09:53 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-15 18:09:53 -0400 |
| commit | e4b7b95c7233d57b9345943e8c15cb523752ec8d (patch) | |
| tree | 2d5b54ced8fc7efce93f8954a4cbb1049067e0df | |
| parent | 35cd06e4e6cad5bc6c9bbbd33642450dbd2de10c (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 705ad0f6..21fcc039 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -254,7 +254,7 @@ diatom = standardSystem "diatom.kitenet.net" (Stable "wheezy") "amd64" & JoeySites.oldUseNetServer hosts & alias "ns2.kitenet.net" - & myDnsPrimary False "kitenet.net" [] + & myDnsPrimary True "kitenet.net" [] & myDnsPrimary True "joeyh.name" [] & myDnsPrimary True "ikiwiki.info" [] & myDnsPrimary True "olduse.net" |
