commit 53fd04c54af5ec4fcb012b8f678dbdf7eba2c4ce
parent d2bde634666588af23260cb24ba5235872cf6101
Author: rsiddharth <s@ricketyspace.net>
Date: Sun, 17 Jun 2018 05:27:24 +0000
propellor spin
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.hs b/config.hs
@@ -65,13 +65,13 @@ main = defaultMain hosts
-- The hosts propellor knows about.
hosts :: [Host]
-hosts = privateHosts ++ publicHosts ++ m31
+hosts = privateHosts ++ publicHosts
privateHosts :: [Host]
privateHosts = [ cygnus ]
publicHosts :: [Host]
-publicHosts = [ crux, ara, lyra ]
+publicHosts = [ crux, ara, lyra ] ++ m31
-- configure cygnus.
cygnus :: Host
@@ -714,7 +714,7 @@ lyra = host "lyra.ricketyspace.net" $props
& Dns.primary publicHosts "ricketyspace.net"
(Dns.mkSOA "lyra.ricketyspace.net" 20180129)
[
- (RootDomain, NS $ AbsDomain "lyra.ricketyspace.net")
+ (RootDomain, NS $ RelDomain "lyra")
, (RootDomain, NS $ AbsDomain "ns6.gandi.net")
, (RootDomain, MX 0 $ AbsDomain "lyra.ricketyspace.net")
, (RootDomain, TXT "v=spf1 mx -all")