diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-19 01:42:19 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-19 01:42:19 -0400 |
| commit | f10c4d4aff6810a502cfc770013046e42efc33ef (patch) | |
| tree | b3ecd60d32166aca84dc0d72bbebff359778fa3e /config-joey.hs | |
| parent | 9e578aca6b0914443c95f8691fd3ba39522f28fc (diff) | |
make primary dns server beat secondary if both are defined for a domain
Made my config file simpler..
Diffstat (limited to 'config-joey.hs')
| -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 b22f0e07..7fadd8bc 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -90,7 +90,6 @@ hosts = -- (o) ` & Ssh.hostKey SshEcdsa & Apt.unattendedUpgrades & Apt.serviceInstalledRunning "ntp" - & myDnsSecondary & Postfix.satellite & Apt.serviceInstalledRunning "apache2" @@ -122,6 +121,7 @@ hosts = -- (o) ` & alias "nntp.olduse.net" & JoeySites.oldUseNetServer hosts + & myDnsSecondary & Dns.primary hosts "olduse.net" ( Dns.mkSOA "ns1.kitenet.net" 100 [ NS (AbsDomain "ns1.kitenet.net") |
